Skip to content

Instantly share code, notes, and snippets.

@docteurklein
Created January 10, 2012 22:59
Show Gist options
  • Save docteurklein/1591750 to your computer and use it in GitHub Desktop.
Save docteurklein/1591750 to your computer and use it in GitHub Desktop.
watch free mobile every hour; send a mail if not flooded anymore
watch -n 3600 'STATUS=`curl -sL -w "%{http_code}\\n" https://mobile.free.fr/souscription/jsCartValidation -o /dev/null`; test $STATUS -ne 502 && mail -s "yahoo" [email protected]'
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment