aboutsummaryrefslogtreecommitdiffhomepage
path: root/scripts/vimwiki.cron
diff options
context:
space:
mode:
Diffstat (limited to 'scripts/vimwiki.cron')
-rw-r--r--scripts/vimwiki.cron1
1 files changed, 1 insertions, 0 deletions
diff --git a/scripts/vimwiki.cron b/scripts/vimwiki.cron
new file mode 100644
index 0000000..7a1e77c
--- /dev/null
+++ b/scripts/vimwiki.cron
@@ -0,0 +1 @@
*/15 * * * * cd ~/vimwiki && git add * && git commit -am "update" && git push