How to run SVN command with crontab

前端 未结 0 1504
执念已碎
执念已碎 2020-12-22 06:29

I have write a shell script

cd /var/www/html/myprj/
svn status | grep [?] | grep .php$ | grep -v temp | sed \'s/^? //\' | xargs rm -rf
rm

相关标签:
回答
  • 消灭零回复
提交回复
热议问题