Usuń 'plots.sh'

This commit is contained in:
Diana Król 2020-04-04 16:48:15 +00:00
parent a02802033b
commit 07d09b351b

View File

@ -1,9 +0,0 @@
for FILE in "$@"
do
gnuplot <<- EOF
set term png
set title "Graph - ${FILE}"
set output "${FILE}.png"
plot "${FILE}.txt" with points pointtype 5 notitle
EOF
done