proh14 / canoutils

coreutils but cano! public domain 💖
The Unlicense
17 stars 9 forks source link

Implementation of sleep #37

Closed Eike-Flath closed 2 months ago

Eike-Flath commented 2 months ago

I implemented sleep (issue #24) as described by the POSIX standard. I did not implement GNU features like being able to specify time intervals in other units (e.g. 1m, 2h, ...).