4 lines
159 B
Plaintext
4 lines
159 B
Plaintext
# Shell scripts MUST keep LF endings — CRLF from Windows checkouts breaks
|
|
# /bin/sh inside Linux containers (`/bin/sh^M: bad interpreter`).
|
|
*.sh text eol=lf
|