摘要: 原理很简单,递归删除当前目录下所有的 .svn 文件。 #!/bin/bash # This script is used to remove ".svn" directory resursively in the current directory # author: Neo Smith(司青) 阅读全文
posted @ 2014-04-27 03:31 司青 阅读(2) 评论(0) 推荐(0)