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