# 格式: 秒 分 時 日 月 週 指令
0 * * * * * osascript -e 'display dialog "message\nline2\nline3" with title "TEST" buttons {"OK"} default button "OK"'
0 */2 * * * * osascript -e 'display dialog "2 4 6, ..." with title "TEST" buttons {"OK"} default button "OK"' &> /dev/null # 可以補上&> /dev/null 使得按鈕的選取結果不回傳