diff options
| author | luccioman <luccioman@users.noreply.github.com> | 2018-12-08 15:49:55 +0100 |
|---|---|---|
| committer | GitHub <noreply@github.com> | 2018-12-08 15:49:55 +0100 |
| commit | 8be829ca6bcd48f32e2e9c0a827bc3047aa80cfb (patch) | |
| tree | bf4ce414f30cf4e233caacb9dc2db4bb62c1094f /bin | |
| parent | d38c6565e10b2c69d7421d46ca9759f3c00ec986 (diff) | |
| parent | 82cd681b2d8ce5e897b480dd6c1afc31659f578c (diff) | |
Merge pull request #261 from agnelvishal/patch-3
Update searchall1.sh
This should have been done ealrier after removal of up1.sh script in commit 3d9ce9cd04014fa798f6b2514cf89029675651f0.
Diffstat (limited to 'bin')
| -rwxr-xr-x | bin/searchall1.sh | 4 |
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 |
