diff options
author | typebrook <typebrook@gmail.com> | 2019-04-23 10:31:53 +0800 |
---|---|---|
committer | typebrook <typebrook@gmail.com> | 2019-04-23 10:31:53 +0800 |
commit | a5758fcbbcc339b6589c9170132f1098e14bc0bf (patch) | |
tree | ea4375d4bde4a72226f03dd7a3bd5368e90a4dd2 /scripts | |
parent | 6afba71b0809368b09031b76a01fdc82f3840442 (diff) |
update
Diffstat (limited to 'scripts')
-rw-r--r-- | scripts/sync-vimwiki.cron | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/scripts/sync-vimwiki.cron b/scripts/sync-vimwiki.cron index c99487f..7a1e77c 100644 --- a/scripts/sync-vimwiki.cron +++ b/scripts/sync-vimwiki.cron | |||
@@ -1 +1 @@ | |||
0 * * * * cd ~/vimwiki && git add * && git commit -am "update" && git push | */15 * * * * cd ~/vimwiki && git add * && git commit -am "update" && git push | ||