i have the following piece of bashscript:
function get_cms { echo \"input cms name\" read cms cms=${cms,,} if [ \"$cms\" != \"wordpress\" &am
Here's my solution
if [[ "${cms}" != +(wordpress|magento|typo3) ]]; then