aboutsummaryrefslogtreecommitdiffhomepage
path: root/scripts/sync.sh
diff options
context:
space:
mode:
authortypebrook <typebrook@gmail.com>2020-02-07 09:23:54 +0800
committertypebrook <typebrook@gmail.com>2020-02-07 09:23:54 +0800
commit123a6c544e87c4475dcb5676ef2aae231a597e01 (patch)
treea5b2abfd2860a0ca76408395d5c94bedaabce0e5 /scripts/sync.sh
parentfebc306878a538f9ecd0a7a811b11b16ad89e820 (diff)
update
Diffstat (limited to 'scripts/sync.sh')
-rwxr-xr-xscripts/sync.sh8
1 files changed, 4 insertions, 4 deletions
diff --git a/scripts/sync.sh b/scripts/sync.sh
index d92dbbd..1c33138 100755
--- a/scripts/sync.sh
+++ b/scripts/sync.sh
@@ -1,6 +1,6 @@
1#!/bin/bash 1#!/bin/bash
2 2
3cd $SETTING_DIR && git pull --quiet || echo in $SETTING_DIR > /dev/tty & 3cd $SETTING_DIR && git pull --quiet || echo in `pwd` > /dev/tty &
4cd ~/vimwiki && git pull --quiet || echo in ~/vimwiki > /dev/tty & 4cd ~/vimwiki && git pull --quiet || echo in `pwd` > /dev/tty &
5check_upstream ~/git/tig || echo in ~/git/tig > /dev/tty & 5check_upstream ~/git/tig || echo in `pwd` > /dev/tty &
6check_upstream ~/.vim_runtime || echo in ~/.vim_runtime > /dev/tty & 6check_upstream ~/.vim_runtime || echo in `pwd` > /dev/tty &