#!/bin/sh cat < Re-Mote Latest Commits http://www.distlab.dk/cgi-bin/remote/gitweb.cgi Re-Mote Testbed Framework en EOF for module in db gui mci ws; do GIT_DIR=remote-$module/.git git log --max-count=20 \ --pretty=format:"%at [$module] %s%an %ae%aDhttp://repo.or.cz/w/tig.git?a=commit;h=%H%s" done | sort | head -n50 | cut -f2 cat < EOF