📜  cronjob 示例 - 任何代码示例

📅  最后修改于: 2022-03-11 14:58:09.083000             🧑  作者: Mango

代码示例1
//Specify cron frequency
//e.g. run minute 0, every hour
0 */1 * * *
//enter a bash command to the script input field
//e.g. a wget command where the output isn't saved
wget -O- url_here >> /dev/null