# File: small_script
set -x
name=Bob
echo "Good morning, $name!"
echo "Finished"
