https://github.com/pklaus/usleep-binary
A simple usleep binary (to use in bash scripts for example)
https://github.com/pklaus/usleep-binary
Last synced: 3 months ago
JSON representation
A simple usleep binary (to use in bash scripts for example)
- Host: GitHub
- URL: https://github.com/pklaus/usleep-binary
- Owner: pklaus
- Created: 2011-01-17T18:44:19.000Z (over 14 years ago)
- Default Branch: master
- Last Pushed: 2014-02-27T13:23:31.000Z (about 11 years ago)
- Last Synced: 2024-12-28T15:48:39.572Z (5 months ago)
- Language: C
- Homepage:
- Size: 117 KB
- Stars: 2
- Watchers: 1
- Forks: 1
- Open Issues: 0
-
Metadata Files:
- Readme: README
Awesome Lists containing this project
README
## usleep - making the C function usleep available on the terminal
This binary takes a number of microseconds to wait as parameter. This is usefull for use in bash scripts where you want to wait less than one second.
The normally used tool sleep also accepts fractions of a second as argument but I wanted to write this tool.Author: Philipp Klaus