From e4027a47a2908ae4b3dbe1aca5161b92b48f28b0 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?J=C4=99drzej=20Furmann?= Date: Fri, 3 Apr 2020 16:11:24 +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 2d3b76b..d33306c 100644 --- a/plot.sh +++ b/plot.sh @@ -1,9 +1,9 @@ for file in wer srr do - tail -n 50 "${file}.txt" > "${file}.txt" + tail -n 50 "${file}.txt" > temp.txt gnuplot <<- EOF set term png set output "${file}.png" - plot "${file}.txt" with lines notitle + plot temp.txt with lines notitle EOF done \ No newline at end of file