Pre-launch — Gluecron is in final validation. Public signups and git hosting for non-owner users open after launch review.
Commit8359c02

chore(git): force LF on *.sh so shell scripts run on the Linux VPS

chore(git): force LF on *.sh so shell scripts run on the Linux VPS

Co-Authored-By: Claude Opus 4.8 <noreply@anthropic.com>
ccanty labs committed on July 8, 2026Parent: 1a07e02
1 file changed+308359c02559e6dd95fa9a7ca10c469cfdb5dbe508
1 changed file+3−0
Added.gitattributes+3−0View fileUnifiedSplit
1# Shell scripts must stay LF — a CRLF shebang line fails on Linux with
2# "bad interpreter: /usr/bin/env bash^M". These run on the VPS.
3*.sh text eol=lf
04