From c9a1e7d67aedec23ef64e614d156652e6b8b6140 Mon Sep 17 00:00:00 2001 From: xavier Date: Tue, 26 Aug 2025 19:07:06 +0000 Subject: [PATCH] Add hello.sh --- hello.sh | 4 ++++ 1 file changed, 4 insertions(+) create mode 100644 hello.sh diff --git a/hello.sh b/hello.sh new file mode 100644 index 0000000..beb2dbc --- /dev/null +++ b/hello.sh @@ -0,0 +1,4 @@ +#!/usr/bin/env bash +# Simple Hello World script + +echo "Hello World"