#!/usr/bin/env bash [[ $# = 0 || ( $# > 1 && $2 != "and" ) ]] && echo "Usage: $0 " && exit 1 echo "Hello, $*"