From ebb059486fc7ad051330232ca8d9f2efb6e2094d Mon Sep 17 00:00:00 2001 From: shitong01 Date: Tue, 5 Dec 2023 11:05:07 +0800 Subject: [PATCH] first commit 2 --- scripts/hello-world.sh | 1 + 1 file changed, 1 insertion(+) diff --git a/scripts/hello-world.sh b/scripts/hello-world.sh index bd7a600..87c9660 100755 --- a/scripts/hello-world.sh +++ b/scripts/hello-world.sh @@ -1,2 +1,3 @@ #!/usr/bin/env bash echo "Hello World!" +echo "test this"