e506dcac5be9f76164c43010537b34554cd418fa
[idzebra-moved-to-github.git] / test / usmarc / test.sh
1 #!/bin/sh
2 # $Id: test.sh,v 1.5 2003-05-06 17:39:01 adam Exp $
3 test -d tmp || mkdir tmp
4 test -d lock || mkdir lock
5 echo Loading Records
6 if [ -x ../../index/zebraidx ]; then
7         ../../index/zebraidx update records
8 fi
9 echo Starting Server
10 if [ -x ../../index/zebrasrv ]; then
11         ../../index/zebrasrv
12 fi