Explorar el Código

Store result in host-dependent location

Matthias Vogelgesang hace 8 años
padre
commit
e47266751f
Se han modificado 1 ficheros con 1 adiciones y 1 borrados
  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