test/hello.sh

2 lines
32 B
Bash
Raw Normal View History

2025-06-12 21:13:10 +08:00
#!/bin/bash
2025-06-13 15:52:36 +08:00
echo "Hello, World!"