Last active
July 25, 2018 05:55
-
-
Save ThaddeusJiang/8509b091aea9997ceb3e780f43e9f1d3 to your computer and use it in GitHub Desktop.
my crontab
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
# 文件格式说明 | |
# ——分钟(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