summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorAgnel Vishal <agnelvishal@gmail.com>2018-12-06 16:09:10 +0530
committerGitHub <noreply@github.com>2018-12-06 16:09:10 +0530
commit82cd681b2d8ce5e897b480dd6c1afc31659f578c (patch)
treed8f535b0a623a6ef29d7abc6e6e9f8ac97696f4e
parent73a6e45524571536c05e3ea1985b88c0e56732eb (diff)
Update searchall1.sh
The up1.sh does not exist. up.sh does the work
-rwxr-xr-xbin/searchall1.sh4
1 files changed, 2 insertions, 2 deletions
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