|
|
|
|
|
by Thespian2
1676 days ago
|
|
Reminds me of copy-paste shell script error, between windows and mac, where first line of shell script turned out to be #!/bin/bash^M That is, a non-printing carriage return after "bash" and running the shell script "helpfully" kept telling me:
"/bin/bash: no such file or directory" |
|