Skip to content

Instantly share code, notes, and snippets.

@robinfang
Created February 6, 2014 16:06
Show Gist options
  • Save robinfang/8847194 to your computer and use it in GitHub Desktop.
Save robinfang/8847194 to your computer and use it in GitHub Desktop.
#!/bin/sh
IFS="
"
cat ip.txt| while read line
do
curl "http://jandan.net/wp-admin/?acv_ajax=true&option=0&ID=2318712" -m 5 --proxy `echo $line|awk '{printf "%s",$1}'`;
echo;
done
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment