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