mirror of
https://github.com/dragoonDorise/EmuDeck.git
synced 2025-06-25 00:03:36 -04:00
5 lines
No EOL
158 B
Bash
Executable file
5 lines
No EOL
158 B
Bash
Executable file
#!/bin/bash
|
|
source $HOME/.config/EmuDeck/backend/functions/all.sh
|
|
emulatorInit "mame"
|
|
/usr/bin/flatpak run org.mamedev.MAME "${@}"
|
|
rm -rf "$savesPath/.gaming" |