48c8ee79520150d32a632535d35f23c0045d7aaa
[idzebra-moved-to-github.git] / test / usmarc / test.sh
1 #!/bin/sh
2 test -d tmp || mkdir tmp
3 test -d lock || mkdir lock
4 echo Loading Records
5 if [ -x ../../index/zebraidx ]; then
6         ../../index/zebraidx update records
7 fi
8 echo Starting Server
9 if [ -x ../../index/zebrasrv ]; then
10         ../../index/zebrasrv
11 fi