diff options
author | typebrook <typebrook@gmail.com> | 2019-05-17 19:43:17 +0800 |
---|---|---|
committer | typebrook <typebrook@gmail.com> | 2019-05-17 19:43:17 +0800 |
commit | 15f2fd8eed48cb1d8dde3e48586b62d67a77655a (patch) | |
tree | 6387466ecabe6bcf7001ed4ec632e73838b3c19e /scripts/sync-vimwiki.cron | |
parent | 27cea8ee94b5634996c5311010b5b39969283f6d (diff) |
update
Diffstat (limited to 'scripts/sync-vimwiki.cron')
-rw-r--r-- | scripts/sync-vimwiki.cron | 1 |
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 | ||