Hi,
First of all, great app, i'm in love!
I'm trying to run executables (compiled by gcc in termux).
As i can't acess Termux directorys from the shell commanfd block i moved it to the External Storage. I did some testing and was able to run "echo hi" directly on the shell command block and scripts with the same commad, but a cant seem to be able to execute the binary... "permission denied".
I saw a previous post of yours suggesting to use the start service block, but i need the stdout of the execution.
How can i do this?
Thanks!!