Browse Source

Store result in host-dependent location

Matthias Vogelgesang 7 years ago
parent
commit
e47266751f
1 changed files with 1 additions and 1 deletions
  1. 1 1
      run.sh

+ 1 - 1
run.sh

@@ -6,7 +6,7 @@ fi
 
 TODAY=$(date +%G-%m-%d)
 HERE=$(pwd)
-RESULT_DIR=$HERE/results
+RESULT_DIR=$HERE/results/$(hostname)
 
 SRC_DIR=$HERE/src
 CORE_DIR=$SRC_DIR/ufo-core