If you clone a repo to a windows system and want to run shell scripts like bash
or zsh
within the Windows Subsystem for Linux
you might need to fix the end-of-line characters. This depends on if you preserve end-of-line characters based on what is in the repo or if you have your local repo auto manage that.
tr -d '\r' < a.txt > b.txt