Added support of the complex indexing for MARC records (whithout documentation yet).
[idzebra-moved-to-github.git] / test / rusmarc / test.sh
diff --git a/test/rusmarc/test.sh b/test/rusmarc/test.sh
new file mode 100755 (executable)
index 0000000..48c8ee7
--- /dev/null
@@ -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