From 908da03dae122fa2977e151836f8f7abe6efb44c Mon Sep 17 00:00:00 2001 From: coolneng Date: Thu, 29 Oct 2020 12:56:58 +0100 Subject: [PATCH] Implement shell script to render 3 plots --- script/gnuplot_execution.sh | 5 +++++ 1 file changed, 5 insertions(+) create mode 100755 script/gnuplot_execution.sh diff --git a/script/gnuplot_execution.sh b/script/gnuplot_execution.sh new file mode 100755 index 0000000..f47a1c2 --- /dev/null +++ b/script/gnuplot_execution.sh @@ -0,0 +1,5 @@ +#!/bin/sh + +gnuplot -c script/plot_datafile.gp "output/Moby Dick; Or, The Whale.dat" >output/plot_MobyDick.png +gnuplot -c script/plot_datafile.gp "output/Szerelem bolondjai.dat" >output/plot_Szerelembolondjai.png +gnuplot -c script/plot_datafile.gp "output/Älykkään ritarin Don Quijote de la Manchan elämänvaiheet.dat" >output/plot_ÄlykkäänritarinDonQuijotedelaManchanelämänvaiheet.png