aboutsummaryrefslogtreecommitdiffhomepage
diff options
context:
space:
mode:
-rwxr-xr-xtools/init/sync.sh4
1 files changed, 2 insertions, 2 deletions
diff --git a/tools/init/sync.sh b/tools/init/sync.sh
index c2d40bd..ddf0740 100755
--- a/tools/init/sync.sh
+++ b/tools/init/sync.sh
@@ -8,12 +8,12 @@ sync() {
8 { 8 {
9 cd $1 && [[ -n `git remote -v` ]] || return 9 cd $1 && [[ -n `git remote -v` ]] || return
10 } 2>/dev/null 10 } 2>/dev/null
11 GIT_SSH_COMMAND="ssh -o ControlMaster=no" git pull --quiet || echo Has trouble when syncing `pwd` >/dev/tty 11 GIT_SSH_COMMAND="ssh -o ControlMaster=no" git pull --quiet || echo Has trouble when syncing `pwd`
12} 12}
13sync $SETTING_DIR & 13sync $SETTING_DIR &
14sync ~/log &
14sync ~/blog & 15sync ~/blog &
15sync ~/git/vps & 16sync ~/git/vps &
16sync ~/vimwiki &
17sync ~/.task & 17sync ~/.task &
18sync ~/.password-store & 18sync ~/.password-store &
19sync ~/.vim_runtime & 19sync ~/.vim_runtime &