Skip to content

Instantly share code, notes, and snippets.

@sureshnath
Last active December 15, 2015 09:19
Show Gist options
  • Save sureshnath/5237909 to your computer and use it in GitHub Desktop.
Save sureshnath/5237909 to your computer and use it in GitHub Desktop.
Shell one line script to list Mercurial repositories
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