mirror of
https://github.com/dragoonDorise/EmuDeck.git
synced 2025-06-25 00:03:36 -04:00
7 lines
191 B
Bash
Executable file
7 lines
191 B
Bash
Executable file
#!/bin/bash
|
|
. "$HOME/.config/EmuDeck/backend/functions/all.sh"
|
|
cd $biosPath
|
|
emulatorInit "ares"
|
|
/usr/bin/flatpak run dev.ares.ares "${@}"
|
|
cloud_sync_uploadForced
|
|
rm -rf "$savesPath/.gaming";
|