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