From d9c4fd546053a5508beb4f99de5cbf7668a2b5cd Mon Sep 17 00:00:00 2001 From: Anwita Kamath Date: Wed, 2 Oct 2024 16:30:16 -0700 Subject: [PATCH] first commit --- HelloWorld.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/HelloWorld.sh b/HelloWorld.sh index 24d6bc2..dccadce 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="Anwita Kamath" # Change This Variable to Your Name validate_name() { if [ "$NAME" = "HELLO WORLD" ]; then