mirror of
https://github.com/Wiimpathy/HatariWii.git
synced 2024-11-22 09:49:15 +01:00
9 lines
169 B
Bash
Executable File
9 lines
169 B
Bash
Executable File
#!/bin/sh
|
|
#
|
|
# experimental Hatari launcher for GP2X Wiz
|
|
cd hatari
|
|
./hatari.gpe -f --bpp 16 -c ./wiz.cfg | tee ./hatari-log.txt
|
|
sync
|
|
cd /usr/gp2x
|
|
exec /usr/gp2x/gp2xmenu
|