aboutsummaryrefslogtreecommitdiff
path: root/.crontab
diff options
context:
space:
mode:
authorPatrick Spek <p.spek@tyil.nl>2020-06-08 10:40:55 +0200
committerPatrick Spek <p.spek@tyil.nl>2021-08-14 11:59:39 +0200
commit2774e906932d0607fc19fb5b257ceca5febd0e1d (patch)
treebd13d8a5abb936a1aec532faf8e8cf7f1e38cc3e /.crontab
parent4e99a8b69d0a8f570f6e16a3daf8f82aa3564756 (diff)
Add user-level crontab
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