Create README.md
This commit is contained in:
parent
743960f6e0
commit
68e58f2a9d
1 changed files with 17 additions and 0 deletions
17
README.md
Normal file
17
README.md
Normal file
|
|
@ -0,0 +1,17 @@
|
|||
slow
|
||||
====
|
||||
|
||||
Slow down input to output
|
||||
|
||||
Install
|
||||
-------
|
||||
|
||||
# make clean install
|
||||
|
||||
Usage
|
||||
-----
|
||||
|
||||
$ slow [-t usec] [-f]
|
||||
|
||||
-t usec : Define sleep between each bytes in micro-second. Default to 1 second.
|
||||
-f : Force flushing after each byte. Useful with buffered stdout like ttys.
|
||||
Loading…
Add table
Add a link
Reference in a new issue