这是我的代码,我保存在 sudo crontab -e
03,13,23,33,43,53 9-17 * * 1-5 cutycapt --url=http:www.google.com --out=abc.png --min-width=400 --min-height=300 --delay4500
当我在终端中自己运行此代码时,它工作得很好:
cutycapt --url=http:www.google.com --out=abc.png --min-width=400 --min-height=300 --delay=4500
如果这还不明显,我是 cron 工作的完整初学者。