Pau*_*lin 15
以及 rslite 的
0,15,30,45 * * * * command-to-be-executed
Run Code Online (Sandbox Code Playgroud)
这应该适用于大多数版本的 cron
*/15 * * * * command-to-be-executed
Run Code Online (Sandbox Code Playgroud)
小智 5
将此添加到 crontab 文件中:
0,15,30,45 * * * * command-to-be-executed
Run Code Online (Sandbox Code Playgroud)