xref: /freebsd/bin/sh/tests/builtins/getopts2.0 (revision 580d00f42fdd94ce43583cc45fe3f1d9fdff47d4)
1set - -ax
2getopts ax option
3set -C
4getopts ax option
5printf '%s\n' "$option"
6