[yan_bingqing@FPGAT630 shell_test]$ chmod +x ./test0.sh
[yan_bingqing@FPGAT630 shell_test]$ ./test0.sh
-bash: ./test0.sh: /bin/bash^M: bad interpreter: 没有那个文件或目录
原因:window下编译的格式需要转成unix格式的;
1.查看fomat格式
:set ff?
2.修改格式
:set ff=unix
3.保存
重新运行./test0.sh OK了