Skip to content

Instantly share code, notes, and snippets.

@piotrkilczuk
Created August 16, 2011 14:59
Show Gist options
  • Save piotrkilczuk/1149295 to your computer and use it in GitHub Desktop.
Save piotrkilczuk/1149295 to your computer and use it in GitHub Desktop.
Recursively delete .svn
rm -rf `find . -type d -name .svn`
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment