#!/bin/sh for foo in `dirname $0`/*Test.php; do php $foo; done;