Open
Description
When I run the unix_setup.sh script I get this error:
./unix_setup.sh: /bin/bash^M: bad interpreter: No such file or directory
This error happens because the file was saved with "windows style" end of the line (\r\n), which appears as ^M at the end of every line:
cat -Te unix_setup.sh
This error can be easily fixed:
dos2unix unix_setup.sh