how to execute a bash script in koreader
I am developing a program that runs on the kobo, from terminal I can execute it without any problem so I made a little script with the `#!/bin/sh` ad the top to make it easier to launch it with the correct arugments, with koreader I see the option to launch it but it stops with code 127, do you know what does it mean and how can I fix this?
|