mirror of
https://github.com/RGBCube/uutils-coreutils
synced 2025-07-29 20:17:45 +00:00
Implement timeout (resolves #364)
This commit is contained in:
parent
439a8cadd1
commit
a38ee8a007
10 changed files with 235 additions and 52 deletions
|
@ -187,6 +187,10 @@ path = "tee/tee.rs"
|
|||
name = "test"
|
||||
path = "test/test.rs"
|
||||
|
||||
[[bin]]
|
||||
name = "timeout"
|
||||
path = "timeout/timeout.rs"
|
||||
|
||||
[[bin]]
|
||||
name = "touch"
|
||||
path = "touch/touch.rs"
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue