summaryrefslogtreecommitdiffstats
path: root/usr/local/bin/slowdownpipe.sh
diff options
context:
space:
mode:
Diffstat (limited to 'usr/local/bin/slowdownpipe.sh')
-rwxr-xr-xusr/local/bin/slowdownpipe.sh9
1 files changed, 0 insertions, 9 deletions
diff --git a/usr/local/bin/slowdownpipe.sh b/usr/local/bin/slowdownpipe.sh
deleted file mode 100755
index 13b9e8d..0000000
--- a/usr/local/bin/slowdownpipe.sh
+++ /dev/null
@@ -1,9 +0,0 @@
-#!/bin/sh
-# Illustrates use of a while loop to read a file
-
-cat - | \
-while read line
-do
- echo "$line"
- sleep 0.01
-done
OpenPOWER on IntegriCloud