Skip to content

Instantly share code, notes, and snippets.

@shazron
Created August 12, 2012 14:07
Show Gist options
  • Save shazron/3332003 to your computer and use it in GitHub Desktop.
Save shazron/3332003 to your computer and use it in GitHub Desktop.
Check Apache Jira at a 5 minute interval
while :; do curl https://issues.apache.org/jira 2>/dev/null | (grep "Maintenance in progress" || say "The Apache Jeera Site is back online.") | grep -v "<h1>Maintenance in progress</h1>"; sleep 300; done
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment