aboutsummaryrefslogtreecommitdiffhomepage
path: root/scripts/sync.sh
diff options
context:
space:
mode:
Diffstat (limited to 'scripts/sync.sh')
-rwxr-xr-xscripts/sync.sh3
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
3DIR="$(cd "$(dirname "$0")" && pwd)"
4source $DIR/check_upstream.sh
5
6cd $SETTING_DIR && git pull --quiet & 3cd $SETTING_DIR && git pull --quiet &
7cd ~/vimwiki && git pull --quiet & 4cd ~/vimwiki && git pull --quiet &
8check_upstream ~/git/tig & 5check_upstream ~/git/tig &