#!/bin/sh cd `dirname $0`/.. for f in t/*.t do echo "**** $f ****" perl -I/home/nwiger/dev/formbuilder/trunk/lib $f "$@" done rm -f cgisess*