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