View Single Post
Old 03-25-2012, 09:24 AM   #13
hostar
Zealot
hostar is a glorious beacon of lighthostar is a glorious beacon of lighthostar is a glorious beacon of lighthostar is a glorious beacon of lighthostar is a glorious beacon of lighthostar is a glorious beacon of lighthostar is a glorious beacon of lighthostar is a glorious beacon of lighthostar is a glorious beacon of lighthostar is a glorious beacon of lighthostar is a glorious beacon of light
 
Posts: 138
Karma: 12324
Join Date: Dec 2011
Location: CZ
Device: Kindle 4 non-touch
Quote:
Originally Posted by paulroberthill View Post
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
Code:
launch-gnuboy.sh
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
hostar is offline   Reply With Quote