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