Skip to content

Instantly share code, notes, and snippets.

@kernelsmith
Last active August 29, 2015 13:57
Show Gist options
  • Select an option

  • Save kernelsmith/9419404 to your computer and use it in GitHub Desktop.

Select an option

Save kernelsmith/9419404 to your computer and use it in GitHub Desktop.
email my phone if a website says location is closed
curl -Ls http://school.edu | egrep -q yellow && echo "school delayed" | mail -s school my@phone
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment