p0is0n
Still Fresh
Hi guys,
What i want to do is start my game using a shell script, and to have it so that all files/folders apart from the shell script are hidden.
From searching the forum i know that:
./the_executable
cd /usr/gp2x
exec ./gp2xmenu
would restart the menu app after the game exits.
What i need to know is:
How do i make a shell script file (i guess it can be made in notepad, but what file extension)?
How would i kill the gp2x menu.
I've never used shell scripts before so am a bit lost.
Also how do i make it so that files/folders cannot be seen?
Thanks in advance
What i want to do is start my game using a shell script, and to have it so that all files/folders apart from the shell script are hidden.
From searching the forum i know that:
./the_executable
cd /usr/gp2x
exec ./gp2xmenu
would restart the menu app after the game exits.
What i need to know is:
How do i make a shell script file (i guess it can be made in notepad, but what file extension)?
How would i kill the gp2x menu.
I've never used shell scripts before so am a bit lost.
Also how do i make it so that files/folders cannot be seen?
Thanks in advance