Skip to content

Instantly share code, notes, and snippets.

@ThaddeusJiang
Last active July 25, 2018 05:55
Show Gist options
  • Save ThaddeusJiang/8509b091aea9997ceb3e780f43e9f1d3 to your computer and use it in GitHub Desktop.
Save ThaddeusJiang/8509b091aea9997ceb3e780f43e9f1d3 to your computer and use it in GitHub Desktop.
my crontab
# 文件格式说明
# ——分钟(0 - 59)
# | ——小时(0 - 23)
# | | ——日(1 - 31)
# | | | ——月(1 - 12)
# | | | | ——星期(0 - 7,星期日=0或7)
# | | | | |
# * * * * * 被执行的命令
# Codeing 时长
0 18 * * 1-5 open https://wakatime.com/dashboard -a Safari
# 关闭 Azure
#50 17 * * * open https://portal.azure.com/ -a Safari
# 练习盲打
10 13 * * 1-5 open https://www.typing.com/student -a Safari
# 开发日记
0 9 * * 1-5 open https://stainless.dreamarts.co.jp/jf-jiang/dev-todo
30 13 * * 1-5 open https://stainless.dreamarts.co.jp/jf-jiang/dev-todo
00 18 * * 1-5 open https://stainless.dreamarts.co.jp/jf-jiang/dev-todo
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment