Skip to content

Instantly share code, notes, and snippets.

@maciej
Created October 27, 2011 14:14
Show Gist options
  • Save maciej/1319652 to your computer and use it in GitHub Desktop.
Save maciej/1319652 to your computer and use it in GitHub Desktop.
Remove all .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