From a059a1112a5979a91c2bdc1c802760aea592d74f Mon Sep 17 00:00:00 2001 From: fabian Date: Tue, 28 May 2024 21:20:32 +0200 Subject: [PATCH] now merged together --- hello-world.sh | 4 ++++ test.sh | 3 +++ test2.sh | 3 +++ 3 files changed, 10 insertions(+) create mode 100755 hello-world.sh create mode 100644 test.sh create mode 100644 test2.sh diff --git a/hello-world.sh b/hello-world.sh new file mode 100755 index 0000000..f22186a --- /dev/null +++ b/hello-world.sh @@ -0,0 +1,4 @@ +#! /bin/bash + +echo "hallo welt" +echo "hello world" diff --git a/test.sh b/test.sh new file mode 100644 index 0000000..1644a46 --- /dev/null +++ b/test.sh @@ -0,0 +1,3 @@ +#! /bin/bash + +echo "this is test.sh" diff --git a/test2.sh b/test2.sh new file mode 100644 index 0000000..f80b546 --- /dev/null +++ b/test2.sh @@ -0,0 +1,3 @@ +#! /bin/bash + +echo "this is test2.sh"