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