diff options
author | typebrook <typebrook@gmail.com> | 2020-02-05 19:19:17 +0800 |
---|---|---|
committer | typebrook <typebrook@gmail.com> | 2020-02-05 19:19:17 +0800 |
commit | aa9ebaf1ab4b234a07de64f3965bdf74caaea6e6 (patch) | |
tree | d19f2e3a3ed3da05713d22cb8fc5c3f9c2611572 | |
parent | 9fed53d721ef57e50847354361bdc3e563e96f09 (diff) |
update
-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 5238f2e..d92dbbd 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 & || echo in $SETTING_DIR | 3 | cd $SETTING_DIR && git pull --quiet || echo in $SETTING_DIR > /dev/tty & |
4 | cd ~/vimwiki && git pull --quiet & || echo in ~/vimwiki | 4 | cd ~/vimwiki && git pull --quiet || echo in ~/vimwiki > /dev/tty & |
5 | check_upstream ~/git/tig & || echo in ~/git/tig | 5 | check_upstream ~/git/tig || echo in ~/git/tig > /dev/tty & |
6 | check_upstream ~/.vim_runtime & || echo in ~/.vim_runtime | 6 | check_upstream ~/.vim_runtime || echo in ~/.vim_runtime > /dev/tty & |