太棒了-KillCvs.groovy公司-递归杀死Cvs Turd文件和文件夹
Posted
tags:
篇首语:本文由小常识网(cha138.com)小编为大家整理,主要介绍了太棒了-KillCvs.groovy公司-递归杀死Cvs Turd文件和文件夹相关的知识,希望对你有一定的参考价值。
Drop this in your project dir and run it. This will recursively kill CVS files and folders.
#!/usr/bin/env groovy // KillCvs.groovy // Kill all annoying Cvs turd files. ant.delete( includeemptydirs: 'true', verbose: 'true' ) { fileset( dir: '.', includes: '**/CVS/', defaultexcludes: 'false', casesensitive: 'no' ) fileset( dir: '.', includes: '**/.cvsignore', defaultexcludes: 'false', casesensitive: 'no' ) }
以上是关于太棒了-KillCvs.groovy公司-递归杀死Cvs Turd文件和文件夹的主要内容,如果未能解决你的问题,请参考以下文章
#测试两种不同的SVM,rbf的核真是太棒了(一种会拐弯的边界)
如何使 systemd 杀死或停止重生 rsyslog 守护进程