Utility File Help


The2ndclory

Still Fresh
I'm trying to change one image, the eq.bmp file which should be in /usr/gp2x/imgmusic

Code:
#/bin/sh
cp -f eq.bmp /usr/gp2x/imgmusic/
cd /usr/gp2x
./gp2xmenu

but it just give me the black screen and freezes there. Any pointers?
 
Odd. Unless I haven't woken up enough to see something really obvious, that looks really simple. Even if the copy command was wrong, I'd expect it to try it then carry on back to the menu.
 
Back
Top