From dc465cefc8b0aa6198c99cceb76ecd4ea14502a1 Mon Sep 17 00:00:00 2001 From: Murray Logan Date: Thu, 30 May 2024 13:50:07 +1000 Subject: [PATCH 1/2] Update run.sh --- run.sh | 10 +++++----- 1 file changed, 5 insertions(+), 5 deletions(-) diff --git a/run.sh b/run.sh index a079962..47aa520 100755 --- a/run.sh +++ b/run.sh @@ -1,11 +1,11 @@ #!/bin/sh git clone https://github.com/open-AIMS/dh_sediment_monitoring.git ../project1/temp -cp -r ../project1/temp ../project -cp -r ../project1/temp/R ../project/R -cp -r ../project1/temp/md ../project/md -cp -r ../project1/temp/parameters ../project/parameters -rm -R ../project1/temp +#cp -r ../project1/temp ../project +#cp -r ../project1/temp/R ../project/R +#cp -r ../project1/temp/md ../project/md +#cp -r ../project1/temp/parameters ../project/parameters +#rm -R ../project1/temp cd /home/project cd R Rscript run.R From 450208af22d1b28f44872a6412fcd8a79e1a40c7 Mon Sep 17 00:00:00 2001 From: Murray Logan Date: Thu, 30 May 2024 13:54:16 +1000 Subject: [PATCH 2/2] Update run.sh --- run.sh | 1 + 1 file changed, 1 insertion(+) diff --git a/run.sh b/run.sh index 47aa520..91347cc 100755 --- a/run.sh +++ b/run.sh @@ -6,6 +6,7 @@ git clone https://github.com/open-AIMS/dh_sediment_monitoring.git ../project1/te #cp -r ../project1/temp/md ../project/md #cp -r ../project1/temp/parameters ../project/parameters #rm -R ../project1/temp +echo "hello" cd /home/project cd R Rscript run.R