diff options
Diffstat (limited to '.config')
-rw-r--r-- | .config/cron/alarm | 3 |
1 files changed, 0 insertions, 3 deletions
diff --git a/.config/cron/alarm b/.config/cron/alarm deleted file mode 100644 index b4e245e..0000000 --- a/.config/cron/alarm +++ /dev/null @@ -1,3 +0,0 @@ -#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 |