mirror of
https://github.com/opnsense/src.git
synced 2026-02-12 23:36:07 -05:00
6 lines
73 B
Bash
6 lines
73 B
Bash
#!/bin/sh
|
|
# $FreeBSD$
|
|
|
|
cd `dirname $0`
|
|
|
|
m4 ../regress.m4 regress.sh | sh
|