Linux and Unix Tutorials

syntax error: `^M’ unexpected – Use dos2unix: DOS to UNIX text file format converter

Last week I was working on an Eclipse project which requires me to create one executable .sh (shell script) file. Here is a content of Crunchify.sh file. #!/bin/bash echo ——————————- echo Starting up Crunchify Project echo ——————————- CLASSPATH=$CLASSPATH:"./lib":"." export CLASSPATH cd /crunchify/project java -jar Crunchify.jar I was working on Windows