View Single Post
Old 03-26-2012, 05:27 PM   #20
paulroberthill
Member
paulroberthill began at the beginning.
 
Posts: 14
Karma: 10
Join Date: Oct 2010
Location: London, UK
Device: Kindle 3 WiFi + 3G
Quote:
Originally Posted by geekmaster View Post

Also, you can simplify your script commands a bit with a "cd" (some programs may even require this):
I know, but I wanted to be sure that it wasn't a path issue.
It's strange. If I run fbgnuboy like this:

Code:
#!/bin/sh
cd /mnt/us/fbgnuboy
./fbgnuboy --help > gnuboy.log
I get the help text, but if I do this:

Code:
#!/bin/sh
cd /mnt/us/fbgnuboy
./fbgnuboy tetris.gb 2> gnuboy.log
Then I get:
cannot access /: Read-only file system

paulroberthill is offline   Reply With Quote