blob: 81b95ab0e87f4a8844ddd6afee36f1894e8d5e41 (
plain)
1
2
3
4
5
6
7
8
9
10
|
#!/bin/bash
# my repo
sync $SETTING_DIR
sync ~/vimwiki
sync ~/.task
# others repo
check_upstream ~/git/tig || echo in `pwd` > /dev/tty &
check_upstream ~/.vim_runtime || echo in `pwd` > /dev/tty &
|