Skip to content

Instantly share code, notes, and snippets.

@antillean
Created March 22, 2016 14:46
Show Gist options
  • Save antillean/a3a193376db31178f4a5 to your computer and use it in GitHub Desktop.
Save antillean/a3a193376db31178f4a5 to your computer and use it in GitHub Desktop.
## curls a url every second to see if it's up. Returns the response code, highlighting it if it changes.
watch -n1 -d curl -s -o /dev/null -w %{http_code} https://www.url.to.check
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment