diff --git a/README.md b/README.md new file mode 100644 index 0000000..b877910 --- /dev/null +++ b/README.md @@ -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.