s416226-plots/plot.sh

8 lines
150 B
Bash

for file in wer srr
do
gnuplot <<- EOF
set term png
set output "${file}.png"
plot "${file}.txt" with lines notitle
EOF
done