1
0
mirror of https://github.com/koalaman/shellcheck.git synced 2025-03-12 12:35:25 -07:00

Updated SC1017 (markdown)

koalaman 2018-01-19 18:32:47 -08:00
parent e482f26bdc
commit 93cabd7f99

@ -29,4 +29,10 @@ This will read a script `badscript` with possible carriage returns, and write `g
### Exceptions:
None
None
### Related resources:
* [BashFaq: How do I convert a file from DOS format to UNIX format (remove CRs from CR-LF line terminators)?](https://mywiki.wooledge.org/BashFAQ/052)
* [StackOverflow: Are shell scripts sensitive to encoding and line endings?
](https://stackoverflow.com/questions/39527571/are-shell-scripts-sensitive-to-encoding-and-line-endings)