diff --git a/back-end/test.txt b/back-end/test.txt new file mode 100644 index 0000000..e69de29 diff --git a/HelloWorld.sh b/front-end/src/HelloWorld.sh similarity index 81% rename from HelloWorld.sh rename to front-end/src/HelloWorld.sh index 24d6bc2..8317eda 100644 --- a/HelloWorld.sh +++ b/front-end/src/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="Paul Nam" # Change This Variable to Your Name validate_name() { if [ "$NAME" = "HELLO WORLD" ]; then @@ -12,4 +12,4 @@ validate_name() { fi } -echo $(validate_name) \ No newline at end of file +echo $(validate_name) diff --git a/front-end/test.txt b/front-end/test.txt new file mode 100644 index 0000000..e69de29