mirror of
https://github.com/RGBCube/uutils-coreutils
synced 2025-07-29 20:17:45 +00:00
split: Initial import
Signed-off-by: Akira Hayakawa <ruby.wktk@gmail.com>
This commit is contained in:
parent
8328ba2e0a
commit
16463243e3
4 changed files with 293 additions and 0 deletions
|
@ -155,6 +155,10 @@ path = "seq/seq.rs"
|
|||
name = "sleep"
|
||||
path = "sleep/sleep.rs"
|
||||
|
||||
[[bin]]
|
||||
name = "split"
|
||||
path = "split/split.rs"
|
||||
|
||||
[[bin]]
|
||||
name = "sum"
|
||||
path = "sum/sum.rs"
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue