a new synonym "foreach" just so I can see if my change to ciabot.pl works

This commit is contained in:
Rudolf Polzer 2010-03-25 15:40:42 +01:00
parent 561a08c232
commit e4739f5dfb

2
all
View File

@ -162,7 +162,7 @@ case "$cmd" in
fi
exec "darkplaces/darkplaces$client" -xonotic $@
;;
each)
each|foreach)
for d in $repos; do
cd "$d0/$d"
"$@"