projects
/
stripchart.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
9e4d7a5
)
Removed redundant `test', which was the same as `test.sh'.
author
W. Trevor King
<wking@drexel.edu>
Tue, 28 Oct 2008 11:01:41 +0000
(07:01 -0400)
committer
W. Trevor King
<wking@drexel.edu>
Tue, 28 Oct 2008 11:01:41 +0000
(07:01 -0400)
test
[deleted file]
patch
|
blob
|
history
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