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

cd $SETTING_DIR && git pull --quiet || echo in `pwd` > /dev/tty &
cd ~/vimwiki && git pull --quiet || echo in `pwd` > /dev/tty &
check_upstream ~/git/tig || echo in `pwd` > /dev/tty &
check_upstream ~/.vim_runtime || echo in `pwd` > /dev/tty &