summaryrefslogtreecommitdiffhomepage
path: root/scripts/sync-vimwiki.cron
diff options
context:
space:
mode:
authortypebrook <typebrook@gmail.com>2019-04-18 11:20:05 +0800
committertypebrook <typebrook@gmail.com>2019-04-18 11:20:05 +0800
commitb9767d94390bf96165d65a829d2aab37bda37258 (patch)
tree5a43b9e9273734abae601dafa996dee2bb58e5da /scripts/sync-vimwiki.cron
parent8b2aa66c644e7bf1e2bc129b84da4603f52cae1f (diff)
update
Diffstat (limited to 'scripts/sync-vimwiki.cron')
-rw-r--r--scripts/sync-vimwiki.cron1
1 files changed, 1 insertions, 0 deletions
diff --git a/scripts/sync-vimwiki.cron b/scripts/sync-vimwiki.cron
new file mode 100644
index 0000000..c99487f
--- /dev/null
+++ b/scripts/sync-vimwiki.cron
@@ -0,0 +1 @@
0 * * * * cd ~/vimwiki && git add * && git commit -am "update" && git push