projects
/
idzebra-moved-to-github.git
/ blob
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
|
commitdiff
|
tree
history
|
raw
|
HEAD
Productname from ZEBRA to zebra in refentries
[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