Last active
December 15, 2015 09:19
-
-
Save sureshnath/5237909 to your computer and use it in GitHub Desktop.
Shell one line script to list Mercurial repositories
This file contains 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 --user username:password -k https://URL 2>&1 | xidel - -e '//a[@class="list"]/b' 2>/dev/null |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment