执行脚本报错:bad interpreter: /bin/bash^M: no such file or directory
windows下文件格式为dos,linux执行需要unix
解决方案:
vim filwmane,进入命令模式,输入“:set ff”查看当前文件格式
输入修改文件格式命令“:set ff=unix”
再次执行则可以正常执行