# Force LF line endings for shell scripts regardless of platform/autocrlf
# settings - a CRLF shebang ("#!/bin/bash\r") fails to exec both from a
# Windows bash shell and inside the Linux containers these get COPYed into.
*.sh text eol=lf
