diff options
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 & |