From 4a31a60af2e1a9bdba6dcbdfe585fd3a7df5084f Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?J=C4=99drzej=20Furmann?= Date: Fri, 3 Apr 2020 16:00:02 +0000 Subject: [PATCH] Zaktualizuj 'plot.sh' --- plot.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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