From b10783d29d741c53b7cf1b3af22c84eb9a625c50 Mon Sep 17 00:00:00 2001 From: ZhuXu Date: Thu, 12 Jun 2025 21:16:57 +0800 Subject: [PATCH] feat: add hello.sh TG-9 #ready-for-test --- hello.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/hello.sh b/hello.sh index 2e93661..5ea6adf 100644 --- a/hello.sh +++ b/hello.sh @@ -1,3 +1,3 @@ #!/bin/bash -echo "Hello, World!" +echo "Hello, World!" \ No newline at end of file