Skip to content

Instantly share code, notes, and snippets.

@shrop
Created June 14, 2011 13:05
Show Gist options
  • Save shrop/1024851 to your computer and use it in GitHub Desktop.
Save shrop/1024851 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