Skip to content

Instantly share code, notes, and snippets.

@Danyboy
Created April 12, 2016 00:15
Show Gist options
  • Select an option

  • Save Danyboy/a2bc18fb9069e866577924de221aef96 to your computer and use it in GitHub Desktop.

Select an option

Save Danyboy/a2bc18fb9069e866577924de221aef96 to your computer and use it in GitHub Desktop.
#!/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