1
0
mirror of https://codeberg.org/diginaut/dotfiles.git synced 2026-05-06 19:14:09 +02: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
Executable
+2
View File
@@ -0,0 +1,2 @@
#!/bin/bash
rm -rf `find . -type d -name .svn`