mirror of
https://git.FreeBSD.org/src.git
synced 2024-12-20 11:11:24 +00:00
9 lines
100 B
Bash
9 lines
100 B
Bash
#!/bin/sh
|
|
# $FreeBSD$
|
|
|
|
name="test"
|
|
class="raid3"
|
|
base=`basename $0`
|
|
|
|
. `dirname $0`/../geom_subr.sh
|