Closed hugodahl closed 5 years ago
This Pull Request (PR) addresses the following issues:
*.sh
#!/bin/sh
LF
CRLF
.gitattributes
.sh
Related issue(s)
This Pull Request (PR) addresses the following issues:
133 - "Mac Dev needs some love"
Included changes
*.sh
) as executable (+x)#!/bin/sh
for macOS/*nix scripts*.sh
scripts to have Unix line endings (LF
) instead of Windows (CRLF
).gitattributes
to specify line endings for all.sh
files