practice_code/shell/code/hello_world.sh
2024-02-18 14:26:41 +08:00

3 lines
33 B
Bash
Executable File

#!/bin/bash
echo "Hello,world !"