practice_code/shell/code/hello_world.sh

3 lines
33 B
Bash
Raw Permalink Normal View History

2024-02-18 14:26:41 +08:00
#!/bin/bash
echo "Hello,world !"