commit c9a1e7d67aedec23ef64e614d156652e6b8b6140 Author: xavier Date: Tue Aug 26 19:07:06 2025 +0000 Add 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"