11 lines
123 B
Perl
Raw Normal View History

2007-12-15 09:16:26 +00:00
#!/bin/sh
# $FreeBSD$
cd `dirname $0`
executable=`basename $0 .t`
make $executable 2>&1 > /dev/null
exec ./$executable