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