Removed redundant `test', which was the same as `test.sh'.
authorW. Trevor King <wking@drexel.edu>
Tue, 28 Oct 2008 11:01:41 +0000 (07:01 -0400)
committerW. Trevor King <wking@drexel.edu>
Tue, 28 Oct 2008 11:01:41 +0000 (07:01 -0400)
test [deleted file]

diff --git a/test b/test
deleted file mode 100755 (executable)
index 02596d0..0000000
--- a/test
+++ /dev/null
@@ -1,13 +0,0 @@
-#!/bin/bash
-
-mkfifo strip_pipe
-
-stripchart -t 'Test stripchart' -u -M 16 -m -10 -n11 &
-
-cat test.dat | while read LINE
-  do
-  echo $LINE > strip_pipe
-  sleep 1
-done
-
-rm -f strip_pipe