From 8a659d234585883a266aa1c086254098122b2b92 Mon Sep 17 00:00:00 2001 From: Dennis Schafroth Date: Mon, 7 Feb 2011 15:41:42 +0100 Subject: [PATCH] Test script for jinx. Should be moved. --- jinx-it.sh | 8 ++++++++ 1 file changed, 8 insertions(+) create mode 100644 jinx-it.sh diff --git a/jinx-it.sh b/jinx-it.sh new file mode 100644 index 0000000..a3f2e7d --- /dev/null +++ b/jinx-it.sh @@ -0,0 +1,8 @@ +if [ "$1" == "" ] ; then + COUNT=10 +else + COUNT=$1 +fi +for d in `seq $COUNT` ; do + jinx run src/pazpar2 -X -f ~/etc/pazpar2/server-threaded.xml -l pazpar2.log -v all +done \ No newline at end of file -- 1.7.10.4