refactor: 更新 hello.sh脚本
continuous-integration/drone/push Build is passing Details

- 移除了多余的空行
- 保留了 Dev-Go 版本信息
- 保留了 Hello World 输出
- 保留了作者信息
This commit is contained in:
hsc 2025-04-07 17:32:35 +08:00
parent 02899f4b53
commit 1db2f4dfd2
1 changed files with 3 additions and 3 deletions

View File

@ -1,4 +1,4 @@
NAME="芒星DevOps指挥脚本"
VERSION="alpine"
echo "Dev-Go Version 0.0.1-Dev" echo "Welcome To NAME :${NAME}"
echo "Hello World"
echo "author 芒星"