📜  hello world shell 脚本 - Shell-Bash 代码示例
📅  最后修改于: 2022-03-11 14:50:49.708000             🧑  作者: Mango
代码示例1
#!/bin/sh
# This is a comment!
echo Hello World # This is a comment, too!