#!/bin/bash current_time=$(date +"%H:%M:%S") echo echo "Hello" $1 echo "The time is" $current_time if [ "$1" = "Brandon" ]; then echo "You have a very cool name!" fi echo