From 916f80f8cb715ff12c7e98bcd06d165d587553cb Mon Sep 17 00:00:00 2001 From: Lukas Greve Date: Thu, 27 Nov 2025 20:02:14 +0100 Subject: [PATCH] add script --- hello.sh | 2 ++ 1 file changed, 2 insertions(+) create mode 100644 hello.sh diff --git a/hello.sh b/hello.sh new file mode 100644 index 0000000..850851d --- /dev/null +++ b/hello.sh @@ -0,0 +1,2 @@ +#!/bin/bash +echo "Hello, World!" \ No newline at end of file