mirror of
https://github.com/uutils/coreutils
synced 2024-11-15 09:27:21 +00:00
Add shuf to Cargo.toml and remove shuf from to-do list
This commit is contained in:
parent
35431d6520
commit
0b76c70aaa
2 changed files with 4 additions and 1 deletions
|
@ -151,6 +151,10 @@ path = "rmdir/rmdir.rs"
|
|||
name = "seq"
|
||||
path = "seq/seq.rs"
|
||||
|
||||
[[bin]]
|
||||
name = "shuf"
|
||||
path = "shuf/shuf.rs"
|
||||
|
||||
[[bin]]
|
||||
name = "sleep"
|
||||
path = "sleep/sleep.rs"
|
||||
|
|
|
@ -153,7 +153,6 @@ To do
|
|||
- runcon
|
||||
- setuidgid
|
||||
- shred
|
||||
- shuf
|
||||
- sort
|
||||
- split
|
||||
- stat
|
||||
|
|
Loading…
Reference in a new issue