Update searchall1.sh

The up1.sh does not exist. up.sh does the work
pull/261/head
Agnel Vishal 6 years ago committed by GitHub
parent 73a6e45524
commit 82cd681b2d
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

@ -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

Loading…
Cancel
Save