1
Fork 0
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:
Arcterus 2014-07-21 18:50:53 -07:00
parent 439a8cadd1
commit a38ee8a007
10 changed files with 235 additions and 52 deletions

View file

@ -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"