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