]> git.phdru.name Git - git-scripts.git/blob - all-status
pull-usrlocalsrc: add git-remote-hg to PATH
[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'