/ Published in: Bash
Expand |
Embed | Plain Text
find `pwd` -name ".svn" -or -name ".git" | xargs rm -R
You need to login to post a comment.
find `pwd` -name ".svn" -or -name ".git" | xargs rm -R
You need to login to post a comment.