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