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