mirror of
https://github.com/BigBodyCobain/Shadowbroker.git
synced 2026-04-23 19:16:06 +02:00
65f713b80b
All .sh files had Windows-style CRLF line endings causing 'bad interpreter' errors on macOS/Linux. Stripped to LF and added .gitattributes to enforce LF for .sh files going forward. Closes #126
3 lines
59 B
Plaintext
3 lines
59 B
Plaintext
# Force LF line endings for shell scripts
|
|
*.sh text eol=lf
|