Hi,
I have a simple unix shell script running on bash.
#!/bin/bash
export PATH=.:$PATH
SCRIPT_DIR=`dirname $0`
$SCRIPT_DIR/ftp_ilim_spi.s
h
However when I run " ./ilim_at.startup
I get the error : : bad interpreter: No such file or directorym_spi.sh: /bin/bash
does anyone know what the problem may be? Thanks
"
Start Free Trial