From 48d5f6bbfd8ce7236a4d26b112acc9b81da19183 Mon Sep 17 00:00:00 2001 From: fabian Date: Sat, 25 May 2024 15:03:04 +0200 Subject: [PATCH] first revision --- hello-world.sh | 3 +++ test.sh | 0 test2.sh | 0 3 files changed, 3 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..dc86952 --- /dev/null +++ b/hello-world.sh @@ -0,0 +1,3 @@ +#! /bin/bash + +echo "hallo welt" diff --git a/test.sh b/test.sh new file mode 100644 index 0000000..e69de29 diff --git a/test2.sh b/test2.sh new file mode 100644 index 0000000..e69de29