Michel-FK 7cc4acff1a use new Instant Play system
Signed-off-by: Michel-FK <michel.stempin@funkey-project.com>
2021-01-01 16:02:43 +01:00

13 lines
235 B
Bash
Executable File

#!/bin/sh
export HOME=/tmp/funkey
mkdir -p ${HOME}
cd ${HOME}
# Launch the process in background, record the PID into a file, wait
# for the process to terminate and erase the recorded PID
psnes "$1"&
record_pid $!
wait $!
erase_pid