Skip to content

Instantly share code, notes, and snippets.

@skwashd
Created January 28, 2016 03:10
Show Gist options
  • Save skwashd/86a9d541dee2feca9583 to your computer and use it in GitHub Desktop.
Save skwashd/86a9d541dee2feca9583 to your computer and use it in GitHub Desktop.
Check github status
#!/bin/sh
wget -qO - https://status.github.com | sed -n "s/.*status\-icon\-\(.*\)\.png.*/\1/p"
# red = down
# orange = issues
# green = good
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment