diff options
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 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 & |