Update bash-cn.html.markdown

This commit is contained in:
Adam Bard 2014-02-12 12:03:31 -08:00
parent a23e5807ad
commit 820a822081

View File

@ -17,7 +17,7 @@ Bash 是一个为 GNU 计划编写的 Unix shell是 Linux 和 Mac OS X 下的
[更多信息](http://www.gnu.org/software/bash/manual/bashref.html)
```bash
#!/bin/sh
#!/bin/bash
# 脚本的第一行叫 shebang用来告知系统如何执行该脚本:
# 参见: http://en.wikipedia.org/wiki/Shebang_(Unix)
# 如你所见,注释以 # 开头shebang 也是注释。