Skip to content

Instantly share code, notes, and snippets.

Keybase proof

I hereby claim:

  • I am hnn on github.
  • I am naughton (https://keybase.io/naughton) on keybase.
  • I have a public key ASDhHJNG6XBgnNA1otxfZEcTkg8X9pWvMToFpgesOoKodQo

To claim this, I am signing this object:

@hnn
hnn / removesvndirs.sh
Created July 5, 2011 09:14
Remove all .svn subdirectories
rm -rf `find . -type d -name .svn`