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