bash
# echo $BASH /bin/bash
第一个shell脚本first_shell.sh
#!/bin/bash echo "Hello world!";
执行
/bin/bash first_shell.sh