aboutsummaryrefslogtreecommitdiffhomepage
path: root/tools/cron/task.cron
diff options
context:
space:
mode:
Diffstat (limited to 'tools/cron/task.cron')
-rw-r--r--tools/cron/task.cron2
1 files changed, 2 insertions, 0 deletions
diff --git a/tools/cron/task.cron b/tools/cron/task.cron
new file mode 100644
index 0000000..938ed4c
--- /dev/null
+++ b/tools/cron/task.cron
@@ -0,0 +1,2 @@
1# Push changes on ~/.task
20 * * * * (cd ~/.task && git add * && git commit -am update && git push origin &>/dev/null &)