Skip to content

Instantly share code, notes, and snippets.

@tomconte
Created October 5, 2012 12:38
Show Gist options
  • Select an option

  • Save tomconte/3839604 to your computer and use it in GitHub Desktop.

Select an option

Save tomconte/3839604 to your computer and use it in GitHub Desktop.
Extract Windows Azure Dashboard RSS Feed URLs
curl https://www.windowsazurestatus.com/windowsazure/support/status/servicedashboardcontent.aspx | grep RSSFeedCode | perl -ne '/href=\"(.+)\" target=/; print "https://www.windowsazurestatus.com/windowsazure/support/status/", $1, "\n";' | sort -u
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment