Quote:
Originally Posted by paulroberthill
BTW, anyone have an idea why I can't launch fbgnuboy from a Kite script? The same script runs just fine from a ssh shell:
#!/bin/sh
/usr/bin/killall -stop cvm
/mnt/us/fbgnuboy/fbgnuboy /mnt/us/fbgnuboy/tetris.gb
/usr/bin/killall -cont cvm
|
Have you made your script executable?
How to do it:
Lets say, name of your script is
You have to first run following command over SSH or if you are in Linux on PC, maybe run it in local terminal will be enough:
Code:
chmod +x launch-gnuboy.sh