-
-
Save jmhobbs/1281802 to your computer and use it in GitHub Desktop.
Siri, tell me when iOS 5 is available. Nothing? Fine. Bash, you do it.
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
#!/bin/bash | |
:(){ echo "Checking for iOS 5: `date`"; curl -s -L http://phobos.apple.com/version | grep Restore | grep iPhone | grep 5.0 > /dev/null && say "I O S 5 IS NOW AVAILABLE. GO GET YOUR DOWNLOAD ON, KID" || echo "Nothing yet..." && sleep 30 && :; };: |
Ok, watch no longer required.
+1
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Oh, wait, Mac's don't ship with watch...