From aa9ebaf1ab4b234a07de64f3965bdf74caaea6e6 Mon Sep 17 00:00:00 2001 From: typebrook Date: Wed, 5 Feb 2020 19:19:17 +0800 Subject: update --- scripts/sync.sh | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) (limited to 'scripts/sync.sh') 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 @@ #!/bin/bash -cd $SETTING_DIR && git pull --quiet & || echo in $SETTING_DIR -cd ~/vimwiki && git pull --quiet & || echo in ~/vimwiki -check_upstream ~/git/tig & || echo in ~/git/tig -check_upstream ~/.vim_runtime & || echo in ~/.vim_runtime +cd $SETTING_DIR && git pull --quiet || echo in $SETTING_DIR > /dev/tty & +cd ~/vimwiki && git pull --quiet || echo in ~/vimwiki > /dev/tty & +check_upstream ~/git/tig || echo in ~/git/tig > /dev/tty & +check_upstream ~/.vim_runtime || echo in ~/.vim_runtime > /dev/tty & -- cgit v1.2.3-70-g09d2