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

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

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