Skip to content

Instantly share code, notes, and snippets.

@arthur-flam
Created October 22, 2015 12:23
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save arthur-flam/4ba32046e1319970e39f to your computer and use it in GitHub Desktop.
Save arthur-flam/4ba32046e1319970e39f to your computer and use it in GitHub Desktop.
# become a coder
while true; do
http GET 'http://HOSTNAME/votePlugin.php' blogId==BLOG_ID vote==1 track=$(date +"%s")
sleep $[ ( $RANDOM % 1000 ) + 1 ]s
done
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment