From 9a2d8d77cc97c457be666b4d633d2da5c3bc1b73 Mon Sep 17 00:00:00 2001 From: Lucian Behind The Scenes Date: Mon, 9 Feb 2026 14:03:17 +0200 Subject: [PATCH] chore: add hello world example script --- hello-world.sh | 3 +++ 1 file changed, 3 insertions(+) create mode 100644 hello-world.sh diff --git a/hello-world.sh b/hello-world.sh new file mode 100644 index 0000000..02339cc --- /dev/null +++ b/hello-world.sh @@ -0,0 +1,3 @@ +#!/usr/bin/env bash + +echo "hello, world"