From bbff27b61c7c171caf53d627f485d3259c7e6a00 Mon Sep 17 00:00:00 2001 From: ZhuXu Date: Thu, 12 Jun 2025 21:13:10 +0800 Subject: [PATCH] feat: add hello.sh --- hello.sh | 2 ++ 1 file changed, 2 insertions(+) create mode 100644 hello.sh diff --git a/hello.sh b/hello.sh new file mode 100644 index 0000000..850851d --- /dev/null +++ b/hello.sh @@ -0,0 +1,2 @@ +#!/bin/bash +echo "Hello, World!" \ No newline at end of file