shell - command not found error message after I try to run a UNIX script - Stack Overflow
It looks like you need a slash before the bin: #!/bin/sh # ^ Everything else looks fine... I'm assuming that /bin/sh is the location of your executable Bournse shell - if it is not, you would need to adjust as appropriate. Without the leading slash your s...