Props to: coderwall.com/p/lc8rkg/get-rid-of-fatal-crlf-would-be-replaced-by-lf-in-file
 brew install dos2unix 
 find . -type f -exec dos2unix {} + 
IT things to remember.
Props to: coderwall.com/p/lc8rkg/get-rid-of-fatal-crlf-would-be-replaced-by-lf-in-file
 brew install dos2unix 
 find . -type f -exec dos2unix {} +