aboutsummaryrefslogtreecommitdiffhomepage
path: root/scripts/sync.sh
diff options
context:
space:
mode:
authortypebrook <typebrook@gmail.com>2019-11-09 17:40:29 +0800
committertypebrook <typebrook@gmail.com>2019-11-09 17:40:29 +0800
commitdaafd7355f94e059c63c8cfa236845abf94f3855 (patch)
tree99bae28043881e9dd53de7168261d1b41999e412 /scripts/sync.sh
parent74b56112c08a010b890b894ac2abef58c8f0f77a (diff)
update
Diffstat (limited to 'scripts/sync.sh')
-rwxr-xr-xscripts/sync.sh2
1 files changed, 1 insertions, 1 deletions
diff --git a/scripts/sync.sh b/scripts/sync.sh
index 665acba..fa37fee 100755
--- a/scripts/sync.sh
+++ b/scripts/sync.sh
@@ -3,7 +3,7 @@
3DIR="$(cd "$(dirname "$0")" && pwd)" 3DIR="$(cd "$(dirname "$0")" && pwd)"
4source $DIR/check_upstream.sh 4source $DIR/check_upstream.sh
5 5
6cd ~/git/settings && git pull --quiet & 6cd $SETTING_DIR && git pull --quiet &
7cd ~/vimwiki && git pull --quiet & 7cd ~/vimwiki && git pull --quiet &
8check_upstream ~/git/tig & 8check_upstream ~/git/tig &
9check_upstream ~/.vim_runtime & 9check_upstream ~/.vim_runtime &