1
0
mirror of https://github.com/aquatix/dotfiles.git synced 2025-12-06 21:45:10 +01:00
Files
dotfiles/bin/clean_svn
2014-07-11 15:50:26 +02:00

3 lines
47 B
Bash
Executable File

#!/bin/bash
rm -rf `find . -type d -name .svn`