#!/bin/bash


ARG2='OHMS'
if [[ ${ARG2,,} == "ohms" ]]; then
  	echo YES;
fi