An open API service indexing awesome lists of open source software.

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)

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