Skip to content

Instantly share code, notes, and snippets.

@lpirola
Created December 16, 2010 18:20
Show Gist options
  • Save lpirola/743764 to your computer and use it in GitHub Desktop.
Save lpirola/743764 to your computer and use it in GitHub Desktop.
find . -name .svn -print0 | xargs -0 rm -r
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment