From 983bf4ee537562294de778a4ac223d557c898714 Mon Sep 17 00:00:00 2001 From: "Julian M. Kunkel" Date: Tue, 18 Aug 2020 13:58:47 +0100 Subject: [PATCH] Script updated --- scripts/analyse-all.sh | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) diff --git a/scripts/analyse-all.sh b/scripts/analyse-all.sh index 67030b3..7ee3a58 100755 --- a/scripts/analyse-all.sh +++ b/scripts/analyse-all.sh @@ -1,6 +1,9 @@ #!/bin/bash + +# call me from parent directory + for I in job_similarities_*.csv ; do - ./plot.R $I > description.txt + ./scripts/plot.R $I > description.txt mkdir $I.out rm $I.out/* mv *.png *.pdf description.txt $I.out