Files
dotfiles/bin/clean_svn
T

3 lines
47 B
Bash
Executable File

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