diff options
author | typebrook <typebrook@gmail.com> | 2019-11-09 17:40:29 +0800 |
---|---|---|
committer | typebrook <typebrook@gmail.com> | 2019-11-09 17:40:29 +0800 |
commit | daafd7355f94e059c63c8cfa236845abf94f3855 (patch) | |
tree | 99bae28043881e9dd53de7168261d1b41999e412 /scripts/sync.sh | |
parent | 74b56112c08a010b890b894ac2abef58c8f0f77a (diff) |
update
Diffstat (limited to 'scripts/sync.sh')
-rwxr-xr-x | scripts/sync.sh | 2 |
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 @@ | |||
3 | DIR="$(cd "$(dirname "$0")" && pwd)" | 3 | DIR="$(cd "$(dirname "$0")" && pwd)" |
4 | source $DIR/check_upstream.sh | 4 | source $DIR/check_upstream.sh |
5 | 5 | ||
6 | cd ~/git/settings && git pull --quiet & | 6 | cd $SETTING_DIR && git pull --quiet & |
7 | cd ~/vimwiki && git pull --quiet & | 7 | cd ~/vimwiki && git pull --quiet & |
8 | check_upstream ~/git/tig & | 8 | check_upstream ~/git/tig & |
9 | check_upstream ~/.vim_runtime & | 9 | check_upstream ~/.vim_runtime & |