mirror of
https://github.com/opnsense/src.git
synced 2026-03-02 13:20:37 -05:00
8 lines
101 B
Bash
8 lines
101 B
Bash
#!/bin/sh
|
|
# $FreeBSD$
|
|
|
|
name="test"
|
|
class="concat"
|
|
base=`basename $0`
|
|
|
|
. `dirname $0`/../geom_subr.sh
|