summaryrefslogtreecommitdiffstats
path: root/src/usr
diff options
context:
space:
mode:
authorRenato Botelho <renato@netgate.com>2016-07-14 17:33:00 -0300
committerRenato Botelho <renato@netgate.com>2016-07-14 17:33:00 -0300
commit38f54fec958914c321e1742168199b9443ead4d7 (patch)
tree62483ca7480ef94c26e7f2684a43bf105b7dc9cd /src/usr
parentf175063963dde17d2d2ee32c70f5749fc0af8705 (diff)
downloadpfsense-38f54fec958914c321e1742168199b9443ead4d7.zip
pfsense-38f54fec958914c321e1742168199b9443ead4d7.tar.gz
Retire /usr/local/bin/slowdownpipe.sh
Diffstat (limited to 'src/usr')
-rwxr-xr-xsrc/usr/local/bin/slowdownpipe.sh9
1 files changed, 0 insertions, 9 deletions
diff --git a/src/usr/local/bin/slowdownpipe.sh b/src/usr/local/bin/slowdownpipe.sh
deleted file mode 100755
index 13b9e8d..0000000
--- a/src/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