Copying Files With Bash Script


vaustein

Member
Joined
Feb 19, 2006
Messages
240
I saved the following (as Unix text) in my UAE4ALL_gp2x installation folder:

#!/bin/sh
cp -cf ./kick13.rom ./kick.rom
cd /usr/gp2x/
exec /usr/gp2x/gp2xmenu

The script runs and returns to the menu, yet the kick.rom was not created.
What gives?
 
Back
Top