par.sh may source a configuration for it
[pazpar2-moved-to-github.git] / perf / bash / par.sh
index 236907f..b01a265 100755 (executable)
@@ -3,6 +3,9 @@ DELAY=0.001
 WAIT=5
 NUMBER=40
 ROUNDS=5
+if test -n "$1"; then
+       . $1
+fi
 let r=0
 while test $r -lt $ROUNDS; do
        echo "$r"