mirror of
https://github.com/FunKey-Project/FunKey-OS.git
synced 2025-12-24 21:48:52 +01:00
9 lines
162 B
Bash
Executable File
9 lines
162 B
Bash
Executable File
#!/bin/sh
|
|
|
|
# Security
|
|
cp /usr/games/mednafen-09x.cfg ${MEDNAFEN_HOME}/
|
|
export HOME=/tmp/funkey
|
|
mkdir -p ${HOME}
|
|
cd ${HOME}
|
|
mednafen -fs 1 -lynx.stretch full "$1"
|