Last active
August 29, 2015 13:57
-
-
Save kernelsmith/9419404 to your computer and use it in GitHub Desktop.
email my phone if a website says location is closed
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| 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