Add hello.sh

This commit is contained in:
xavier 2025-08-26 19:07:06 +00:00
commit c9a1e7d67a

4
hello.sh Normal file
View file

@ -0,0 +1,4 @@
#!/usr/bin/env bash
# Simple Hello World script
echo "Hello World"