shell脚本bad interpreter: No such file or directory

脚本路径正确,执行时报找不到文件错误

报错原因:

test.sh在windows编写,windows的某些字符和Linux不一样,导致在Linux执行失败。

解决方法是:

在linux下新建test.sh,把shell文本拷贝进去。

你可能感兴趣的:(shell脚本bad interpreter: No such file or directory)