Updated SC1017 (markdown)

JamLee
2023-03-06 17:27:28 +08:00
parent 969056e5c1
commit ba46477567

@@ -26,6 +26,8 @@ If you don't know how to get your editor to save a file with Unix line terminato
```sh
tr -d '\r' < badscript > goodscript
or
dos2unix badscript
```
This will read a script `badscript` with possible carriage returns, and write `goodscript` without them.