RetroDECK/retrodeck.sh

8 lines
232 B
Bash
Raw Normal View History

2022-03-27 13:30:22 +00:00
#!/bin/bash
# if we got the es_settings.xml means that it's a clean(-ish)/first run
if test -f "/app/retrodeck/es_settings.xml"; then
mv -f /app/retrodeck/es_settings.xml ~/.emulationstation/es_settings.xml
fi
emulationstation