projects
/
idzebra-moved-to-github.git
/ blob
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
|
commitdiff
|
tree
history
|
raw
|
HEAD
ignore
[idzebra-moved-to-github.git]
/
test
/
gils
/
test.sh
1
#!/bin/sh
2
if [ -x ../../index/zebraidx ]; then
3
IDX=../../index/zebraidx
4
SRV=../../index/zebrasrv
5
else
6
echo "No indexer found"
7
exit 1
8
fi
9
echo Loading Records
10
$IDX -t grs.sgml update records
11
echo Starting Server
12
$SRV