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