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:
2
bin/clean_svn
Executable file
2
bin/clean_svn
Executable file
@@ -0,0 +1,2 @@
|
||||
#!/bin/bash
|
||||
rm -rf `find . -type d -name .svn`
|
||||
Reference in New Issue
Block a user