#!/bin/bash ARG2='OHMS'if [[ ${ARG2,,} == "ohms" ]]; then echo YES;fi
Standard input is empty
YES
The brand new service which powers Ideone!
Widget for compiling and running the source code in a web browser!