Created
April 17, 2009 17:59
-
-
Save lukebayes/97162 to your computer and use it in GitHub Desktop.
Remove all .svn folders forward of the current location
This file contains hidden or 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
#!/bin/bash | |
find . -name .svn | xargs rm -rf $1 |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment