xref
: /
freebsd
/
bin
/
sh
/
tests
/
builtins
/
getopts3.0
(revision 3f68b24e10aeb1a1cd85f2d349da44138d52c501)
Home
History
Annotate
Line#
Scopes#
Navigate#
Raw
Download
current directory
1
# $FreeBSD$
2
3
shift $#
4
getopts x opt
5
r=$?
6
[ "$r" != 0 ] && [ "$OPTIND" = 1 ]
7