I have a file that I am trying to execute, but every time I try I get the following message: -bash: ./compile-scripts.sh: /bin/sh^M: bad interpreter: No such file or directory
This first line of the script I am trying to run is: #!/bin/sh
Any suggestions?
This first line of the script I am trying to run is: #!/bin/sh
Any suggestions?