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