From 02899f4b53aaa421f78d93f2e61ace544a56eb13 Mon Sep 17 00:00:00 2001 From: hsc Date: Mon, 7 Apr 2025 17:29:34 +0800 Subject: [PATCH] =?UTF-8?q?refactor:=20=E6=9B=B4=E6=96=B0=20hello.sh?= =?UTF-8?q?=E8=84=9A=E6=9C=AC?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit - 移除了多余的空行 - 保留了 Dev-Go 版本信息 - 保留了 Hello World 输出 - 保留了作者信息 --- hello.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/hello.sh b/hello.sh index 8b61eec..3224f53 100644 --- a/hello.sh +++ b/hello.sh @@ -1,4 +1,4 @@ -#!/bin/bash + echo "Dev-Go Version 0.0.1-Dev" echo "Hello World" echo "author 芒星" \ No newline at end of file