mirror of
https://github.com/opnsense/src.git
synced 2026-04-22 06:39:32 -04:00
6 lines
76 B
Text
6 lines
76 B
Text
# $FreeBSD$
|
|
|
|
shift $#
|
|
getopts x opt
|
|
r=$?
|
|
[ "$r" != 0 ] && [ "$OPTIND" = 1 ]
|