Newer
Older
ubixos / bin / sh / tests / builtins / getopts3.0
@Charlie Root Charlie Root on 16 Jan 2018 158 bytes BSD Shell
# $FreeBSD: releng/11.1/bin/sh/tests/builtins/getopts3.0 265616 2014-05-07 21:45:25Z jilles $

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