/ Published in: Python

Expand |
Embed | Plain Text
Copy this code and paste it in your HTML
find . -name .svn -print0 | xargs -0 rm -r -f
Comments
