Skip to content

Instantly share code, notes, and snippets.

@shrop
Created May 8, 2012 02:41
Show Gist options
  • Save shrop/2632165 to your computer and use it in GitHub Desktop.
Save shrop/2632165 to your computer and use it in GitHub Desktop.
Remove svn folders
find . -name ".svn" -exec rm -rf {} \;
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment