X-Git-Url: http://lists.indexdata.dk/cgi-bin?a=blobdiff_plain;f=perf%2Fbash%2Fpar_forever.sh;h=96503a29db151add835c2becb6cda2bc363c7d1f;hb=da92924bd97adfe0b57fb317c8893eb5da0e9815;hp=8f9de2fb34a1b840c86c1dac0f3bab9e9bc9a8f0;hpb=0f3effbebaaab4a844843017c985e358c61a4cb1;p=pazpar2-moved-to-github.git diff --git a/perf/bash/par_forever.sh b/perf/bash/par_forever.sh old mode 100644 new mode 100755 index 8f9de2f..96503a2 --- a/perf/bash/par_forever.sh +++ b/perf/bash/par_forever.sh @@ -1,3 +1,6 @@ while true; do - sh par.sh par.config.dennis + export TMP_DIR=run_`date +"%Y%m%d_%H%M%S"`/ + mkdir -p ${TMP_DIR} + sh par.sh par.config.dennis + sleep 60 done \ No newline at end of file