Skip to content

Instantly share code, notes, and snippets.

@Illizian
Last active August 29, 2015 14:09
Show Gist options
  • Save Illizian/1a49677d5e0cc989bf7d to your computer and use it in GitHub Desktop.
Save Illizian/1a49677d5e0cc989bf7d to your computer and use it in GitHub Desktop.
connectivity.sh
# m h dom mon dow command
*/1 * * * * /home/alex/connectivity.sh
wget --spider http://google.com
if [ "$?" != 0 ]; then
play ~/sadtrombone.wav
espeak "The internet is down"
fi
@Illizian
Copy link
Author

Check internet connectivity and play sad trombone (http://soundbible.com/1830-Sad-Trombone.html) if no connection is present.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment