diff options
author | typebrook <typebrook@gmail.com> | 2019-11-09 23:47:28 +0800 |
---|---|---|
committer | typebrook <typebrook@gmail.com> | 2019-11-09 23:47:28 +0800 |
commit | 4f8f16e018f5eefc207d8bc59422fb2145595588 (patch) | |
tree | 5b61b27b84027c94a1ff337cb615232c73e565c4 /scripts/sync.sh | |
parent | d70ecd3278c17f222b513008820a9cf43914ec03 (diff) |
update
Diffstat (limited to 'scripts/sync.sh')
-rwxr-xr-x | scripts/sync.sh | 3 |
1 files changed, 0 insertions, 3 deletions
diff --git a/scripts/sync.sh b/scripts/sync.sh index fa37fee..5591203 100755 --- a/scripts/sync.sh +++ b/scripts/sync.sh | |||
@@ -1,8 +1,5 @@ | |||
1 | #!/bin/bash | 1 | #!/bin/bash |
2 | 2 | ||
3 | DIR="$(cd "$(dirname "$0")" && pwd)" | ||
4 | source $DIR/check_upstream.sh | ||
5 | |||
6 | cd $SETTING_DIR && git pull --quiet & | 3 | cd $SETTING_DIR && git pull --quiet & |
7 | cd ~/vimwiki && git pull --quiet & | 4 | cd ~/vimwiki && git pull --quiet & |
8 | check_upstream ~/git/tig & | 5 | check_upstream ~/git/tig & |