Created
October 5, 2012 12:38
-
-
Save tomconte/3839604 to your computer and use it in GitHub Desktop.
Extract Windows Azure Dashboard RSS Feed URLs
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
| 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