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