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