From 387b031129e7357dc41cf07e14364a63258a3063 Mon Sep 17 00:00:00 2001 From: hsc Date: Mon, 7 Apr 2025 17:28:29 +0800 Subject: [PATCH] ci: docker 1 --- hello.sh | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) diff --git a/hello.sh b/hello.sh index 3f638d0..8b61eec 100644 --- a/hello.sh +++ b/hello.sh @@ -1 +1,4 @@ -echo 'hello world' \ No newline at end of file +#!/bin/bash +echo "Dev-Go Version 0.0.1-Dev" +echo "Hello World" +echo "author 芒星" \ No newline at end of file