Zaktualizuj 'plot.sh'

This commit is contained in:
Jędrzej Furmann 2020-04-03 15:48:52 +00:00
parent 90f937f021
commit cf309fb61a

View File

@ -2,7 +2,7 @@ for file in wer srr
do
gnuplot <<- EOF
set term png
set output "file.png"
plot "file.txt" with points pointtype 5 notitle
set output "$file.png"
plot "$file.txt" with points pointtype 5 notitle
EOF
done