/usr/local # ls
memos run.sh
/usr/local # ./run.sh
/bin/sh: ./run.sh: not found
在终端里使用文本编辑器打开脚本就能很容易看到使用 CRLF 导致的问题.
----------------------
CRLF - MDN Web 文档术语表:Web 相关术语的定义 | MDN
----------------------
#Windows #Linux #Docker
via CXPLAY's Memos
/usr/local # ls
memos run.sh
/usr/local # ./run.sh
/bin/sh: ./run.sh: not found