From de08544cd0f60c88e2898550543f58a3249c6032 Mon Sep 17 00:00:00 2001 From: yeyingkai <1367329423@qq.com> Date: Thu, 9 Oct 2025 09:33:53 +0000 Subject: [PATCH 1/2] =?UTF-8?q?add=20test.sh.=20=E9=97=A8=E7=A6=81?= =?UTF-8?q?=E6=B5=8B=E8=AF=95?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Signed-off-by: yeyingkai <1367329423@qq.com> --- test.sh | 2 ++ 1 file changed, 2 insertions(+) create mode 100644 test.sh diff --git a/test.sh b/test.sh new file mode 100644 index 0000000..4c8e5fb --- /dev/null +++ b/test.sh @@ -0,0 +1,2 @@ +#! /bin/bash +echo "hello world" \ No newline at end of file -- Gitee From 45adb5044a3b5e76868a8718f2edba8fd7dd785f Mon Sep 17 00:00:00 2001 From: yeyingkai <1367329423@qq.com> Date: Thu, 9 Oct 2025 10:04:46 +0000 Subject: [PATCH 2/2] =?UTF-8?q?update=20test.sh.=20=E9=97=A8=E7=A6=81?= =?UTF-8?q?=E6=B5=8B=E8=AF=95?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Signed-off-by: yeyingkai <1367329423@qq.com> --- test.sh | 3 +++ 1 file changed, 3 insertions(+) diff --git a/test.sh b/test.sh index 4c8e5fb..19b988a 100644 --- a/test.sh +++ b/test.sh @@ -1,2 +1,5 @@ +#!/bin/bash +# Copyright (c) Huawei Technologies Co., Ltd. 2025-2025. All rights reserved. #! /bin/bash + echo "hello world" \ No newline at end of file -- Gitee