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