From 954a182d27e184ec5cb3f67259c9f36796fa9698 Mon Sep 17 00:00:00 2001 From: linqingwen Date: Fri, 17 Oct 2025 07:22:36 +0000 Subject: [PATCH 1/2] add test.sh. Signed-off-by: linqingwen --- test.sh | 1 + 1 file changed, 1 insertion(+) create mode 100644 test.sh diff --git a/test.sh b/test.sh new file mode 100644 index 0000000..9b75988 --- /dev/null +++ b/test.sh @@ -0,0 +1 @@ +echo "hello world" \ No newline at end of file -- Gitee From efa1f3e082a920826d533a32007a181d252444b7 Mon Sep 17 00:00:00 2001 From: linqingwen Date: Mon, 20 Oct 2025 10:48:53 +0800 Subject: [PATCH 2/2] add test1.sh --- test1.sh | 1 + 1 file changed, 1 insertion(+) create mode 100644 test1.sh diff --git a/test1.sh b/test1.sh new file mode 100644 index 0000000..9b75988 --- /dev/null +++ b/test1.sh @@ -0,0 +1 @@ +echo "hello world" \ No newline at end of file -- Gitee