Zaktualizuj 'plot.sh'

This commit is contained in:
Jędrzej Furmann 2020-04-03 15:58:38 +00:00
parent 0c3513578a
commit 6c28e8f95f

View File

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