From 32487ea8d0a60064ea4c1c235c761e21aff46165 Mon Sep 17 00:00:00 2001 From: Seth Mos Date: Fri, 21 Dec 2007 15:26:59 +0000 Subject: Slow down the pipe even more --- usr/local/bin/slowdownpipe.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'usr') diff --git a/usr/local/bin/slowdownpipe.sh b/usr/local/bin/slowdownpipe.sh index 88be614..13b9e8d 100755 --- a/usr/local/bin/slowdownpipe.sh +++ b/usr/local/bin/slowdownpipe.sh @@ -5,5 +5,5 @@ cat - | \ while read line do echo "$line" - sleep 0.005 + sleep 0.01 done -- cgit v1.1