Skip to content

Instantly share code, notes, and snippets.

@sinmetal
Created July 1, 2015 08:28
Show Gist options
  • Save sinmetal/35e3edcc76e04ffa2754 to your computer and use it in GitHub Desktop.
Save sinmetal/35e3edcc76e04ffa2754 to your computer and use it in GitHub Desktop.
#!/usr/local/bin/zsh
while true;
do
curl $1
sleep 1
done
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment