mobf_core/mobf/removesvnfolders.sh
2012-09-19 23:30:14 +02:00

2 lines
55 B
Bash
Executable File

#cleanup via find
# find . -name .svn -exec rm -r {} \;