projects
/
idzebra-moved-to-github.git
/ blob
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
|
commitdiff
|
tree
history
|
raw
|
HEAD
Fix documentation of of chr's equivalent directive ZEB-672
[idzebra-moved-to-github.git]
/
test
/
malxml
/
test1.sh
1
#!/bin/sh
2
3
pp=${srcdir:-"."}
4
5
LOG=test1.log
6
7
rm -f $LOG
8
if ../../index/zebraidx -c $pp/zebra.cfg -l $LOG filters|grep grs.xml >/dev/null; then
9
../../index/zebraidx -c $pp/zebra.cfg -l$LOG init
10
else
11
exit 0
12
fi
13
../../index/zebraidx -c $pp/zebra.cfg -l $LOG update $pp/f1.xml