bash check script argument is one of options code example Example: verify parameter one bash if [ -z "$1" ] then echo "No argument supplied" fi