diff options
Diffstat (limited to '.config/cron/alarm')
-rw-r--r-- | .config/cron/alarm | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/.config/cron/alarm b/.config/cron/alarm new file mode 100644 index 0000000..b4e245e --- /dev/null +++ b/.config/cron/alarm @@ -0,0 +1,3 @@ +#m h dom mon dow command +#49 0 * * * while true; do /home/luke/.local/bin/state-the-time; sleep 1; done +#30 7 * * * while true; do /home/luke/.local/bin/state-the-time; sleep 1; done |