fix: normalize CRLF to LF in all shell scripts, add .gitattributes

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
This commit is contained in:
Shadowbroker
2026-04-03 19:48:22 -06:00
parent 8b29fdb0f4
commit 65f713b80b
2 changed files with 2 additions and 0 deletions
+2
View File
@@ -0,0 +1,2 @@
# Force LF line endings for shell scripts
*.sh text eol=lf
Executable → Regular
View File