aboutsummaryrefslogtreecommitdiffhomepage
path: root/scripts/sync.sh
diff options
context:
space:
mode:
authortypebrook <typebrook@gmail.com>2019-11-09 23:47:28 +0800
committertypebrook <typebrook@gmail.com>2019-11-09 23:47:28 +0800
commit4f8f16e018f5eefc207d8bc59422fb2145595588 (patch)
tree5b61b27b84027c94a1ff337cb615232c73e565c4 /scripts/sync.sh
parentd70ecd3278c17f222b513008820a9cf43914ec03 (diff)
update
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 &