how to write a test to see if no args were passed code example Example: verify parameter one bash if [ -z "$1" ] then echo "No argument supplied" fi