sysadmin.sh/bin/hello_world.sh

3 lines
29 B
Bash
Raw Normal View History

2025-01-02 17:47:47 +08:00
#!/bin/sh
echo "Hello World"