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