7 lines
73 B
Perl
7 lines
73 B
Perl
|
#!/bin/sh
|
||
|
# $FreeBSD$
|
||
|
|
||
|
cd `dirname $0`
|
||
|
|
||
|
m4 ../regress.m4 regress.sh | sh
|