sema/hello.sh

5 lines
68 B
Bash
Raw Normal View History

2025-08-26 19:07:06 +00:00
#!/usr/bin/env bash
# Simple Hello World script
echo "Hello World"