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:29:34 +08:00
parent 387b031129
commit 02899f4b53
1 changed files with 1 additions and 1 deletions

View File

@ -1,4 +1,4 @@
#!/bin/bash
echo "Dev-Go Version 0.0.1-Dev" echo "Dev-Go Version 0.0.1-Dev"
echo "Hello World" echo "Hello World"
echo "author 芒星" echo "author 芒星"