Skip to content

Instantly share code, notes, and snippets.

@fstamour
Created May 21, 2014 22:05
Show Gist options
  • Save fstamour/2beb846bdee9a5f14a8a to your computer and use it in GitHub Desktop.
Save fstamour/2beb846bdee9a5f14a8a to your computer and use it in GitHub Desktop.
find_git_repos.sh
find . -name ".git" | sed -re 's@\./(.*)/\.git@\1@g'
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment