mirror of
https://github.com/dragoonDorise/EmuDeck.git
synced 2025-06-25 00:03:36 -04:00
7 lines
No EOL
227 B
Bash
7 lines
No EOL
227 B
Bash
#!/bin/sh
|
|
source $HOME/.config/EmuDeck/backend/functions/all.sh
|
|
emulatorInit "supermodel"
|
|
param="${@}"
|
|
param=$(echo "$param" | sed "s|'||g")
|
|
/usr/bin/flatpak run com.supermodel3.Supermodel "${param}"
|
|
rm -rf "$savesPath/.gaming" |