mirror of
https://github.com/aquatix/dotfiles.git
synced 2025-12-06 20:35:11 +01:00
3 lines
47 B
Bash
Executable File
3 lines
47 B
Bash
Executable File
#!/bin/bash
|
|
rm -rf `find . -type d -name .svn`
|