Zaktualizuj 'plot.sh'

This commit is contained in:
Jędrzej Furmann 2020-04-03 16:00:02 +00:00
parent 6c28e8f95f
commit 4a31a60af2

View File

@ -5,6 +5,6 @@ do
gnuplot <<- EOF
set term png
set output "$file.png"
plot temp.txt" with lines notitle
plot temp.txt with lines notitle
EOF
done