标签:一个 注释 方式 shell 脚本 环境 binbash inux 成功 自己
但是有时候执行 shell 的时候, 会有这种内容
#!/bin/bash
脚本: test01.sh
#!/bin/bash
echo 'hello'
命令
./test01.sh
脚本: test02.sh
#!/bin/ksh
echo 'hello'
命令
./test02.sh
命令
> bash test02.sh
命令
> source test02.sh
标签:一个 注释 方式 shell 脚本 环境 binbash inux 成功 自己
原文地址:https://www.cnblogs.com/xy14/p/12041252.html