编写shell脚本

1、 输出hello-world

#!/bin/bash
# This is our first script.
echo 'Hello World!'

2、参考文章:https://wiki.jikexueyuan.com/project/linux-command/chap25.html

你可能感兴趣的:(编写shell脚本)