From b88c72e3c7c96d6e23f6532576e6c2f2d719a754 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?J=C4=99drzej=20Furmann?= Date: Fri, 3 Apr 2020 16:05:45 +0000 Subject: [PATCH] Zaktualizuj 'plot.sh' --- plot.sh | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/plot.sh b/plot.sh index 603a2dc..948cf23 100644 --- a/plot.sh +++ b/plot.sh @@ -1,11 +1,11 @@ -tail -50 wer.txt" > wer.txt -tail -50 srr.txt" > srr.txt +tail -50 wer.txt > wer.txt +tail -50 srr.txt > srr.txt for file in wer srr do gnuplot <<- EOF set term png - set output "$file.png" - plot "$file.txt" with lines notitle + set output "${file}.png" + plot "${file}.txt" with lines notitle EOF done \ No newline at end of file