Skip to content

Instantly share code, notes, and snippets.

@pmcjury
Last active December 11, 2015 16:08
Show Gist options
  • Save pmcjury/4625636 to your computer and use it in GitHub Desktop.
Save pmcjury/4625636 to your computer and use it in GitHub Desktop.
remove .svn
find . -type d -name .svn -exec rm -rf {} \;
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment