opnsense-src/bin/sh/tests/builtins/getopts3.0
2014-05-07 21:45:25 +00:00

6 lines
76 B
Text

# $FreeBSD$
shift $#
getopts x opt
r=$?
[ "$r" != 0 ] && [ "$OPTIND" = 1 ]