Created
April 12, 2016 00:15
-
-
Save Danyboy/a2bc18fb9069e866577924de221aef96 to your computer and use it in GitHub Desktop.
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| #!/bin/bash | |
| while read url ; do | |
| wget -O- -T 2 http://www.thebestofrussia.ru/ru/photo/162473/vote -e use_proxy=yes -e http_proxy=$url > /dev/null && echo $url >> worklist2 & | |
| done < list |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment