From: Rudolf Polzer Date: Fri, 26 Mar 2010 07:59:18 +0000 (+0100) Subject: Merge branch 'master' of ssh://xonotic@git.xonotic.org/xonotic X-Git-Tag: xonotic-v0.1.0preview~534 X-Git-Url: http://git.xonotic.org/?a=commitdiff_plain;h=c2ed283428ee4e6c12272b23d5a5e26c35e0d13c;hp=09956394ea59fd374e8eef617876e76684552787;p=xonotic%2Fxonotic.git Merge branch 'master' of ssh://xonotic@git.xonotic.org/xonotic --- diff --git a/all b/all index 338c0237..a9208f00 100755 --- a/all +++ b/all @@ -179,6 +179,13 @@ case "$cmd" in fi exec "darkplaces/darkplaces$client" -xonotic $@ ;; + each|foreach) + for d in $repos; do + cd "$d0/$d" + "$@" + cd "$d0" + done + ;; *) echo "Usage:" echo " $0 pull" @@ -188,5 +195,6 @@ case "$cmd" in echo " $0 checkout" echo " $0 compile" echo " $0 run " + echo " $0 each " ;; esac