📌  相关文章
📜  调度 shell 脚本 mac - Shell-Bash 代码示例

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

代码示例1
env EDITOR=nano crontab -e
0  3  *  *  *  sh /path/to/your/file
-----
(format: min  hour  day_of_month  month  day_of_week  your_command)