1、赋予权限,直接执行
chmod + x test.sh; ./test.sh
2、调用解释器,bash、csh、ash、bsh、ksh等
3、使用source命令。
source test.sh
← MVC对比 MySQL数据库基础→