1
0
mirror of https://github.com/aquatix/dotfiles.git synced 2025-12-06 20:35:11 +01:00

Little script to nuke .svn dirs

This commit is contained in:
Michiel Scholten
2014-07-11 15:50:26 +02:00
parent ac698070fb
commit 6c8793c1ee

2
bin/clean_svn Executable file
View File

@@ -0,0 +1,2 @@
#!/bin/bash
rm -rf `find . -type d -name .svn`