Skip to content

Instantly share code, notes, and snippets.

@mikewest
Created October 1, 2010 08:31
Show Gist options
  • Save mikewest/605922 to your computer and use it in GitHub Desktop.
Save mikewest/605922 to your computer and use it in GitHub Desktop.
curl http://github.com/api/v2/yaml/repos/show/mikewest | grep ':url' | awk '{ print $2 }' | sed -e 's#http://#git://#g' -e "s#\$#.git#g" | xargs -L 1 git clone
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment