Skip to content

Instantly share code, notes, and snippets.

@herzi
Last active December 20, 2015 01:58
Show Gist options
  • Save herzi/6052493 to your computer and use it in GitHub Desktop.
Save herzi/6052493 to your computer and use it in GitHub Desktop.
while true; do (curl -sS 'https://developer.apple.com/ios/index.action' || echo maintenance) | grep maintenance || (terminal-notifier -message "developer portal up" -title "Good news everyone" -open http://developer.apple.com/ios && exit 1) || break; sleep 60; done
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment