Skip to content

Instantly share code, notes, and snippets.

@hannic
Created November 18, 2013 22:26
Show Gist options
  • Save hannic/7536492 to your computer and use it in GitHub Desktop.
Save hannic/7536492 to your computer and use it in GitHub Desktop.
# Define alias in .bash_profile
# from http://osxdaily.com/2013/11/18/detect-down-internet-connection-back-online/?utm_source=feedburner&utm_medium=feed&utm_campaign=Feed%3A+osxdaily+%28OS+X+Daily%29
until ping -W1 -c1 127.0.0.1; do sleep 5; done && say the internet is back
# until ping -W1 -c1 yahoo.com; do sleep 5; done && open ~/BACKONLINE.jpg
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment