Created
August 28, 2009 22:10
-
-
Save leandrosilva/177294 to your computer and use it in GitHub Desktop.
Yet another script to remove all .svn directory recursively
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
rm -rf `find . -name ".svn"` |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment