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