Utility File Help


The2ndclory

Still Fresh
Joined
Nov 24, 2005
Messages
22
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.
 
your script is most likely stored with crlf linespaceing, but it haves to be lf
yep, took me a while before i realised this (damn windows pc)...went through afterwards with a hex ed and find and replace :) but there are lots of text editors that will save in proper linux format ;)
 
Last edited by a moderator:
Back
Top