diff --git a/HelloWorld.sh b/HelloWorld.sh index 24d6bc2..4db80c9 100644 --- a/HelloWorld.sh +++ b/HelloWorld.sh @@ -2,7 +2,8 @@ # This is a practice script for the Husky Coding Project's Git # and Command Line workshop. -NAME="HELLO WORLD" # Change This Variable to Your Name +NAME="Helen" # Change This Variable to Your Name +MAJOR="Computer Science" # Change This Variable to Your Major validate_name() { if [ "$NAME" = "HELLO WORLD" ]; then