Bash脚本开发

时间:2018-11-26 12:29:02

标签: bash shell shebang

我有一个简单的脚本:

#!/bin/dash
echo "Shell used:" $SHELL

我希望得到:

Shell used: /bin/dash

但是输出不是:

Shell used: /bin/bash

我将脚本运行为:

./my_script.sh

0 个答案:

没有答案