比如:test.sh

1.chmod赋执行权限

chmod 755 test.sh

2.执行方式一:

./test.sh

3.执行方式二:

sh test.sh

posted on 2020-07-07 11:09  dLarger  阅读(149)  评论(0)    收藏  举报