Zaktualizuj 'plot.sh'

This commit is contained in:
Jędrzej Furmann 2020-04-03 16:05:45 +00:00
parent e1a1457407
commit b88c72e3c7

View File

@ -1,11 +1,11 @@
tail -50 wer.txt" > wer.txt
tail -50 srr.txt" > srr.txt
tail -50 wer.txt > wer.txt
tail -50 srr.txt > srr.txt
for file in wer srr
do
gnuplot <<- EOF
set term png
set output "$file.png"
plot "$file.txt" with lines notitle
set output "${file}.png"
plot "${file}.txt" with lines notitle
EOF
done