My guess would be that you copied the script into a text editor that uses Windows line endings (CRLF), instead of Linux line endings (LF). You need to use a different text editor, such as Notepad++, to convert the script to Linux line endings. I use MadEdit for such purposes, myself.
|