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