60031516fb162aea2be235fbb5e30db3e072c41d
[idzebra-moved-to-github.git] / test / rusmarc / test.sh
1 #!/bin/sh
2 # $Id: test.sh,v 1.4 2004-03-09 18:45:17 adam Exp $
3 test -d tmp || mkdir tmp
4 test -d lock || mkdir lock
5 test -d register || mkdir register
6
7 echo Loading Records
8 if [ -x ../../index/zebraidx ]; then
9         ../../index/zebraidx update records/simple-rusmarc
10 fi
11 echo Starting Server
12 if [ -x ../../index/zebrasrv ]; then
13         ../../index/zebrasrv
14 fi