# Shell 脚本必须保持 LF 行尾：它们在 Linux 容器里执行，
# CRLF 会让内核把 shebang 解析成 `/bin/sh\r`，报 "no such file or directory"
*.sh text eol=lf
