diff --git a/plot.sh b/plot.sh index 21cb73f..a790619 100644 --- a/plot.sh +++ b/plot.sh @@ -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 \ No newline at end of file