From 1e2efc7efcaab524443a9d572cfe6d1537ce11a2 Mon Sep 17 00:00:00 2001 From: fabian Date: Sat, 25 May 2024 15:13:56 +0200 Subject: [PATCH 1/2] updated test.sh --- test.sh | 3 +++ 1 file changed, 3 insertions(+) diff --git a/test.sh b/test.sh index e69de29..89edd21 100644 --- a/test.sh +++ b/test.sh @@ -0,0 +1,3 @@ +#! /bin/bash + +echo "test.sh" From 70a23efdbbbdd8084e2fcf4636fa23cdaf03f7e3 Mon Sep 17 00:00:00 2001 From: fabian Date: Sat, 25 May 2024 15:23:52 +0200 Subject: [PATCH 2/2] finished with test --- test.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/test.sh b/test.sh index 89edd21..1644a46 100644 --- a/test.sh +++ b/test.sh @@ -1,3 +1,3 @@ #! /bin/bash -echo "test.sh" +echo "this is test.sh"