From 0cfa78160261ecb9aa18c0b600619edd7d6d7992 Mon Sep 17 00:00:00 2001 From: helen-oo Date: Thu, 16 Oct 2025 16:17:45 -0700 Subject: [PATCH 1/2] Change name variable --- HelloWorld.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/HelloWorld.sh b/HelloWorld.sh index 24d6bc2..b12449c 100644 --- a/HelloWorld.sh +++ b/HelloWorld.sh @@ -2,7 +2,7 @@ # 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 validate_name() { if [ "$NAME" = "HELLO WORLD" ]; then From 8e37f139599ecec62ae5be0eaf04bf3fa98a6ca2 Mon Sep 17 00:00:00 2001 From: helen-oo Date: Thu, 16 Oct 2025 16:19:51 -0700 Subject: [PATCH 2/2] Add major --- HelloWorld.sh | 1 + 1 file changed, 1 insertion(+) diff --git a/HelloWorld.sh b/HelloWorld.sh index b12449c..4db80c9 100644 --- a/HelloWorld.sh +++ b/HelloWorld.sh @@ -3,6 +3,7 @@ # and Command Line workshop. NAME="Helen" # Change This Variable to Your Name +MAJOR="Computer Science" # Change This Variable to Your Major validate_name() { if [ "$NAME" = "HELLO WORLD" ]; then