Search
 
SCRIPT & CODE EXAMPLE
 
CODE EXAMPLE FOR SHELL

/bin/bash^M: bad interpreter: No such file or directory

if you cannot run a script called yourScript.sh
run the following command in terminal

sed -i -e 's/
$//' yourScript.sh

Then your script should run
 
PREVIOUS NEXT
Tagged: #bad #No #file #directory
ADD COMMENT
Topic
Name
3+4 =