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