We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 822c643 commit b1fa530Copy full SHA for b1fa530
2 files changed
.cron/monthly-any/example.sh
.crontab
@@ -26,4 +26,5 @@
26
0 17 * * 0 sh $HOME/.bin/cron-run-dir.sh "$HOME/.cron/daily-afternoon" > /dev/null 2>&1
27
0 7 * * 0 sh $HOME/.bin/cron-run-dir.sh "$HOME/.cron/daily-morning" > /dev/null 2>&1
28
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
30
#=====================================================================#
0 commit comments