aboutsummaryrefslogtreecommitdiffhomepage
path: root/scripts/sync.sh
blob: fa37fee99bf04797ac76182d527c4d12909a24a0 (plain)
1
2
3
4
5
6
7
8
9
#!/bin/bash

DIR="$(cd "$(dirname "$0")" && pwd)"
source $DIR/check_upstream.sh

cd $SETTING_DIR && git pull --quiet &
cd ~/vimwiki && git pull --quiet &
check_upstream ~/git/tig &
check_upstream ~/.vim_runtime &