Gitiles
Code Review
Sign In
gerrit.witaqua.org
/
external_bash
/
9f59ea3199a83697b4e1adcd4ac35484ac824c67
/
.
/
tests
/
getopts8.sub
blob: 6aeeca6f50546575ca848384374df12d1cddc257 [
file
] [
log
] [
blame
]
f
()
{
typeset OPTIND
=
1
typeset opt
while
getopts
":abcxyz"
opt
do
echo opt
:
"$opt"
if
[[
$opt
=
y
]];
then
f
-
abc
;
fi
done
}
f
-
xyz