X-Git-Url: http://git.indexdata.com/?a=blobdiff_plain;f=test%2Frusmarc%2Ftest.sh;fp=test%2Frusmarc%2Ftest.sh;h=48c8ee79520150d32a632535d35f23c0045d7aaa;hb=0a5aa3b65fe14789bcada545a0e399545725d1ff;hp=0000000000000000000000000000000000000000;hpb=52fad02a1584f75a0c7ea56c5e3381f84c3f1ce0;p=idzebra-moved-to-github.git diff --git a/test/rusmarc/test.sh b/test/rusmarc/test.sh new file mode 100755 index 0000000..48c8ee7 --- /dev/null +++ b/test/rusmarc/test.sh @@ -0,0 +1,11 @@ +#!/bin/sh +test -d tmp || mkdir tmp +test -d lock || mkdir lock +echo Loading Records +if [ -x ../../index/zebraidx ]; then + ../../index/zebraidx update records +fi +echo Starting Server +if [ -x ../../index/zebrasrv ]; then + ../../index/zebrasrv +fi