From eee952f56bb3651982832246fca89e54e51d3be4 Mon Sep 17 00:00:00 2001 From: Luke Shumaker Date: Sun, 6 Dec 2015 23:51:26 -0500 Subject: add stuff --- .config/cron/alarm | 3 +++ 1 file changed, 3 insertions(+) create mode 100644 .config/cron/alarm (limited to '.config/cron/alarm') 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 -- cgit v1.2.3-2-g168b