1
Fork 0
mirror of https://github.com/RGBCube/uutils-coreutils synced 2025-07-29 12:07:46 +00:00

Implemented sleep, which resolves #38

This commit is contained in:
Arcterus 2013-12-18 09:26:42 -08:00
parent 2d59e73fd5
commit d0936d0082
3 changed files with 119 additions and 1 deletions

View file

@ -15,6 +15,7 @@ EXES := \
false \
printenv \
pwd \
sleep \
true \
wc \
whoami \