Skip to content

Instantly share code, notes, and snippets.

@edwindotcom
Last active August 29, 2015 13:56
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 1 You must be signed in to fork a gist
  • Save edwindotcom/8943050 to your computer and use it in GitHub Desktop.
Save edwindotcom/8943050 to your computer and use it in GitHub Desktop.
for i in $(eval echo {1..$1})
do
echo $(date +"%T")
curl -v "https://accounts.firefox.com" -o /dev/null
sleep 20
done
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment