Running shell commands in .sh file results to error
listed in answer
ANSWER:
You have carriage returns and possibly other extraneous characters in your script file; use dos2unix to remove them.
by geekosaur from http://unix.stackexchange.com/questions/37094

New Comments