diff --git a/bin/searchall1.sh b/bin/searchall1.sh index 807d782d6..3f94d7c6b 100755 --- a/bin/searchall1.sh +++ b/bin/searchall1.sh @@ -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 \ No newline at end of file +cat $TMPFILE