1
0
mirror of https://github.com/yacy/yacy_search_server.git synced 2025-07-21 09:04:37 -04:00

Update searchall1.sh

The up1.sh does not exist. up.sh does the work
This commit is contained in:
Agnel Vishal
2018-12-06 16:09:10 +05:30
committed by GitHub
parent 73a6e45524
commit 82cd681b2d

@ -1,4 +1,4 @@
TMPFILE=`mktemp -t search` || exit 1
for address in `./up1.sh $1`; do sleep 0.01; ./search1.sh -s $address $2 >> $TMPFILE & done
for address in `./up.sh $1`; do sleep 0.01; ./search1.sh -s $address $2 >> $TMPFILE & done
sleep 2
cat $TMPFILE
cat $TMPFILE