Return to Snippet

Revision: 37965
at December 21, 2010 13:52 by iloveitaly


Initial Code
find `pwd` -name ".svn" -or -name ".git" | xargs rm -R

Initial URL

                                

Initial Description

                                

Initial Title
Remove Git & SVN Directories in CWD

Initial Tags

                                

Initial Language
Bash