crontab -l #查看你的定时任务
crontab-e#编辑你的定时任务
crontab-r#删除用户的crontab的内容
*/5 * * * * /mnt/python_project/weather.sh
ps:有时遇到shell脚本未执行情况,经排查未给shell脚本加权限。
chmod +x gitpull.sh
crontab -l #查看你的定时任务
crontab-e#编辑你的定时任务
crontab-r#删除用户的crontab的内容
*/5 * * * * /mnt/python_project/weather.sh
ps:有时遇到shell脚本未执行情况,经排查未给shell脚本加权限。
chmod +x gitpull.sh