Skip to content

Instantly share code, notes, and snippets.

@weirongxu
Last active August 29, 2015 14:05
Show Gist options
  • Save weirongxu/105c755fa74b3ae9e866 to your computer and use it in GitHub Desktop.
Save weirongxu/105c755fa74b3ae9e866 to your computer and use it in GitHub Desktop.
#!/usr/bin/env bash
i=0
while [[ $i -lt 10000 ]] ; do
curl -s "http://dmxz.zerodm.net/e/public/ViewClick/?classid=2&id=9003&addclick=1" > /dev/null
((i++))
done
0
#!/usr/bin/env bash
i=0
while [[ $i -lt 10000 ]] ; do
curl -s "http://dmxz.zerodm.net/Plus/rate.php?action=rate&Id=9003&classid=2&rate=5&_=1408117419947" > /dev/null
((i++))
done
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment