FunKey-OS/FunKey/board/funkey/rootfs-overlay/usr/games/launchers/gb_launch.sh

9 lines
207 B
Bash
Executable File

#!/bin/sh
# Launch the process in background, record the PID into a file, wait
# for the process to terminate and erase the recorded PID
sdlgnuboy --syncrtc --stereo=0 "$1"&
pid record $!
wait $!
pid erase