7 lines
123 B
Bash
7 lines
123 B
Bash
|
#!/bin/sh
|
||
|
# $FreeBSD$
|
||
|
|
||
|
SRCDIR="$(dirname "${0}")"; export SRCDIR
|
||
|
|
||
|
m4 "${SRCDIR}/../regress.m4" "${SRCDIR}/regress.sh" | sh
|