1#!/bin/sh
2# $FreeBSD$
3
4export SH="${SH:-sh}"
5
6cd `dirname $0`
7
8${SH} regress.sh
9