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