Skip to content

Instantly share code, notes, and snippets.

@fefranca
Created July 21, 2010 21:47
Show Gist options
  • Save fefranca/485196 to your computer and use it in GitHub Desktop.
Save fefranca/485196 to your computer and use it in GitHub Desktop.
#!/bin/sh
# Simple but useful UNIX shell command
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