Skip to content

Instantly share code, notes, and snippets.

@dannluciano
Created June 29, 2011 13:50
Show Gist options
  • Save dannluciano/1053868 to your computer and use it in GitHub Desktop.
Save dannluciano/1053868 to your computer and use it in GitHub Desktop.
#!/usr/bin/env bash
for (( i = 0; i < 1000; i++ )); do
curl -sL www.submarinoviagens.com.br/planteem1click > /dev/null
done
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment