]> git.phdru.name Git - git-scripts.git/blob - all-status
pull-usrlocalsrc: pull from source, push to origin
[git-scripts.git] / all-status
1 #! /bin/sh
2
3 prog_dir=`dirname "$0"`
4 "$prog_dir"/do-all \
5    'echo "----- $d -----" && cd "$d" &&' \
6    'git status --short --branch || exit 1'