Skip to content

Instantly share code, notes, and snippets.

@conorh
Forked from ELLIOTTCABLE/find_remove.sh
Created July 21, 2008 22:01
Show Gist options
  • Save conorh/339 to your computer and use it in GitHub Desktop.
Save conorh/339 to your computer and use it in GitHub Desktop.
find . -name ".git" -exec rm -rf {} \;
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment