From 954a182d27e184ec5cb3f67259c9f36796fa9698 Mon Sep 17 00:00:00 2001 From: linqingwen Date: Fri, 17 Oct 2025 07:22:36 +0000 Subject: [PATCH 1/4] 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/4] 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 From 5bb232cc0c89e7ea2b184a28f27726b964a45baf Mon Sep 17 00:00:00 2001 From: linqingwen Date: Mon, 20 Oct 2025 11:22:23 +0800 Subject: [PATCH 3/4] add test.sh --- test.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/test.sh b/test.sh index 9b75988..b9f5aa4 100644 --- a/test.sh +++ b/test.sh @@ -1 +1 @@ -echo "hello world" \ No newline at end of file +echo "helloworld" -- Gitee From a46024fc3b3abe2d6aefe4c2b3b6557c01497524 Mon Sep 17 00:00:00 2001 From: linqingwen Date: Mon, 20 Oct 2025 03:31:49 +0000 Subject: [PATCH 4/4] =?UTF-8?q?=E5=88=A0=E9=99=A4=E6=96=87=E4=BB=B6=20test?= =?UTF-8?q?1.sh?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- test1.sh | 1 - 1 file changed, 1 deletion(-) delete mode 100644 test1.sh diff --git a/test1.sh b/test1.sh deleted file mode 100644 index 9b75988..0000000 --- a/test1.sh +++ /dev/null @@ -1 +0,0 @@ -echo "hello world" \ No newline at end of file -- Gitee