Script to run par.sh test forever
authorDennis Schafroth <dennis@indexdata.com>
Mon, 17 May 2010 12:15:27 +0000 (14:15 +0200)
committerDennis Schafroth <dennis@indexdata.com>
Mon, 17 May 2010 12:15:27 +0000 (14:15 +0200)
Works with nohup for long runs

perf/bash/par_forever.sh [new file with mode: 0644]

diff --git a/perf/bash/par_forever.sh b/perf/bash/par_forever.sh
new file mode 100644 (file)
index 0000000..8f9de2f
--- /dev/null
@@ -0,0 +1,3 @@
+while true; do 
+      sh par.sh par.config.dennis 
+done
\ No newline at end of file