diff options
| author | typebrook <typebrook@gmail.com> | 2020-02-05 16:16:28 +0800 |
|---|---|---|
| committer | typebrook <typebrook@gmail.com> | 2020-02-05 16:16:28 +0800 |
| commit | fe86313d0701b0bfa4165a4cfe87d0b17f9d7389 (patch) | |
| tree | 774b3c405db2687029e90862b57b9a83b652a5cb /scripts | |
| parent | 7274baf95de18ba55e50f6ee04aa95987323b3b9 (diff) | |
update
Diffstat (limited to 'scripts')
| -rwxr-xr-x | scripts/sync.sh | 8 |
1 files changed, 4 insertions, 4 deletions
diff --git a/scripts/sync.sh b/scripts/sync.sh index 5591203..5238f2e 100755 --- a/scripts/sync.sh +++ b/scripts/sync.sh | |||
| @@ -1,6 +1,6 @@ | |||
| 1 | #!/bin/bash | 1 | #!/bin/bash |
| 2 | 2 | ||
| 3 | cd $SETTING_DIR && git pull --quiet & | 3 | cd $SETTING_DIR && git pull --quiet & || echo in $SETTING_DIR |
| 4 | cd ~/vimwiki && git pull --quiet & | 4 | cd ~/vimwiki && git pull --quiet & || echo in ~/vimwiki |
| 5 | check_upstream ~/git/tig & | 5 | check_upstream ~/git/tig & || echo in ~/git/tig |
| 6 | check_upstream ~/.vim_runtime & | 6 | check_upstream ~/.vim_runtime & || echo in ~/.vim_runtime |