添加定时任务(先删除,而后再添加)code
crontab -l | grep -v "your.sh" | crontab - (crontab -l; echo "* * * * * sh "`pwd`"/your.sh") | crontab -