Forum Discussion
Altera_Forum
Honored Contributor
21 years agoshell scripts
I want to run a shell script. When I try to start it, I get message # ./scull_load
./scull_load: not found # ls -l
-rwxr-xr-x 1 root root 1975 Jan 1 1970 scull_load ...
Altera_Forum
Honored Contributor
21 years agoAdd the "-xv" option to the top line in your shell script and it will give you more info. It could also be that the# ! "magic" stuff isn't functional, but try the "-xv" option before going down that route...
- slacker