183eb7d2bbd0849528a8da2c225282bdcf0c86f7
[idzebra-moved-to-github.git] / test / rusmarc / test.sh
1 #!/bin/sh
2 # $Id: test.sh,v 1.5 2004-12-04 00:51:39 adam Exp $
3
4 echo Loading Records
5 if [ -x ../../index/zebraidx ]; then
6         ../../index/zebraidx update records/simple-rusmarc
7 fi
8 echo Starting Server
9 if [ -x ../../index/zebrasrv ]; then
10         ../../index/zebrasrv
11 fi