warn(){ local txtylw=$(tput setaf 3) # Yellow local txtwht=$(tput setaf 7) # White local msg=$* echo "$txtylw $msg $txtwht" } warn $1