Bash Scripting - Conditionals
You want to check if a variable
input is either "yes" or "y" (case insensitive) using [[ ]]. Which snippet correctly does this?