Slow down input to output
- C 52.5%
- Makefile 36.9%
- Roff 10.6%
| arg.h | Add arg.h from sbase project. | |
| config.mk | Default to static linking. | |
| LICENSE | Change license to MIT & fix copyright. | |
| Makefile | Add manpage. | |
| README.md | Update README.md | |
| slow.1 | Change force option to lower case. | |
| slow.c | Indentation & usage() declaration | |
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.