Minor changes.
[idzebra-moved-to-github.git] / test / usmarc / test.sh
1 :
2 echo Loading Records
3 if [ -x ../../bin/zmbolidx ]; then
4         ../../bin/zmbolidx update records
5 fi
6 if [ -x ../../bin/zebraidx ]; then
7         ../../bin/zebraidx update records
8 fi
9 echo Starting Server
10 if [ -x ../../bin/zmbolsrv ]; then
11         ../../bin/zmbolsrv
12 fi
13 if [ -x ../../bin/zebrasrv ]; then
14         ../../bin/zebrasrv
15 fi