summaryrefslogtreecommitdiffhomepage
path: root/scripts/sync.sh
blob: 55912034327cebd640ad251f4c20796883c71db9 (plain)
1
2
3
4
5
6
#!/bin/bash

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