Skip to content

Instantly share code, notes, and snippets.

@tkc
Created September 9, 2016 03:17
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save tkc/b388edcbc64902a2a2823fe228fb1d7a to your computer and use it in GitHub Desktop.
Save tkc/b388edcbc64902a2a2823fe228fb1d7a to your computer and use it in GitHub Desktop.
# 0時に実行
00 00 * * * foo /path/command
# 0時15分に実行
15 0 * * * foo /path/command
# 1時15分に実行
15 1 * * * foo /path/command
# 土曜日と日曜日の0時1分 に fooユーザで実行
1 0 * * 6,0 foo /path/command
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment