aboutsummaryrefslogtreecommitdiff
path: root/.crontab
diff options
context:
space:
mode:
Diffstat (limited to '.crontab')
-rw-r--r--.crontab9
1 files changed, 9 insertions, 0 deletions
diff --git a/.crontab b/.crontab
new file mode 100644
index 0000000..932a198
--- /dev/null
+++ b/.crontab
@@ -0,0 +1,9 @@
+# User-level crontab. Can be installed by calling `crontab ~/.crontab`.
+
+DISPLAY=:0
+
+# %M %H %d %m %w command
+30,00 9-20 * * 1-5 notify-send "Personal Health" "Time to grab a drink!"
+ 30 10,22 * * * notify-send "Personal Health" "Time for pushups!"
+
+ 0 1 * * * cd /home/tyil/projects/personal/docker-perl6 && DOCKEROPTS="--no-cache" PUSH_IMAGES=1 ./build.sh > /home/tyil/.local/tmp/docker-perl6-$(date +\%FT\%T).log