From cf309fb61a087ffa2c95efed2e01096976a155a5 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?J=C4=99drzej=20Furmann?= Date: Fri, 3 Apr 2020 15:48:52 +0000 Subject: [PATCH] Zaktualizuj 'plot.sh' --- plot.sh | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/plot.sh b/plot.sh index f825867..798910c 100644 --- a/plot.sh +++ b/plot.sh @@ -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 \ No newline at end of file