mirror of
https://github.com/RGBCube/uutils-coreutils
synced 2025-07-30 12:37:49 +00:00
Merge pull request #347 from Arcterus/master
Add shuf to Cargo.toml and remove shuf from to-do list
This commit is contained in:
commit
2926bbd40d
2 changed files with 4 additions and 1 deletions
|
@ -151,6 +151,10 @@ path = "rmdir/rmdir.rs"
|
||||||
name = "seq"
|
name = "seq"
|
||||||
path = "seq/seq.rs"
|
path = "seq/seq.rs"
|
||||||
|
|
||||||
|
[[bin]]
|
||||||
|
name = "shuf"
|
||||||
|
path = "shuf/shuf.rs"
|
||||||
|
|
||||||
[[bin]]
|
[[bin]]
|
||||||
name = "sleep"
|
name = "sleep"
|
||||||
path = "sleep/sleep.rs"
|
path = "sleep/sleep.rs"
|
||||||
|
|
|
@ -153,7 +153,6 @@ To do
|
||||||
- runcon
|
- runcon
|
||||||
- setuidgid
|
- setuidgid
|
||||||
- shred
|
- shred
|
||||||
- shuf
|
|
||||||
- sort
|
- sort
|
||||||
- split
|
- split
|
||||||
- stat
|
- stat
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue