From: W. Trevor King Date: Tue, 28 Oct 2008 11:01:41 +0000 (-0400) Subject: Removed redundant `test', which was the same as `test.sh'. X-Git-Url: http://git.tremily.us/?p=stripchart.git;a=commitdiff_plain;h=13a0ee86c75b46e4d43495b87f412c540e46b751 Removed redundant `test', which was the same as `test.sh'. --- diff --git a/test b/test deleted file mode 100755 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