From 13a0ee86c75b46e4d43495b87f412c540e46b751 Mon Sep 17 00:00:00 2001 From: "W. Trevor King" Date: Tue, 28 Oct 2008 07:01:41 -0400 Subject: [PATCH] Removed redundant `test', which was the same as `test.sh'. --- test | 13 ------------- 1 file changed, 13 deletions(-) delete mode 100755 test 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 -- 2.26.2