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