Removed redundant `test', which was the same as `test.sh'.
[stripchart.git] / test.sh
1 #!/bin/bash
2
3 mkfifo strip_pipe
4
5 ./stripchart -t 'Test stripchart' -u -M 16 -m -10 -n11 &
6
7 cat test.dat | while read LINE
8   do
9   echo $LINE > strip_pipe
10   sleep 1
11 done
12
13 rm -f strip_pipe