Skip to content

Commit b1fa530

Browse files
cron: added monthly-any run
1 parent 822c643 commit b1fa530

File tree

2 files changed

+1
-0
lines changed

2 files changed

+1
-0
lines changed

.cron/monthly-any/example.sh

Whitespace-only changes.

.crontab

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -26,4 +26,5 @@
2626
0 17 * * 0 sh $HOME/.bin/cron-run-dir.sh "$HOME/.cron/daily-afternoon" > /dev/null 2>&1
2727
0 7 * * 0 sh $HOME/.bin/cron-run-dir.sh "$HOME/.cron/daily-morning" > /dev/null 2>&1
2828
0 0 * * 5 sh $HOME/.bin/cron-run-dir.sh "$HOME/.cron/weekend-any" > /dev/null 2>&1
29+
0 0 1 * * sh $HOME/.bin/cron-run-dir.sh "$HOME/.cron/monthly-any" > /dev/null 2>&1
2930
#=====================================================================#

0 commit comments

Comments
 (0)