Remove Emilda section
[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 init
7         ../../index/zebraidx update records
8 fi
9 echo Starting Server
10 if [ -x ../../index/zebrasrv ]; then
11         ../../index/zebrasrv
12 fi