mirror of
https://github.com/dragoonDorise/EmuDeck.git
synced 2025-06-25 00:03:36 -04:00
4 lines
No EOL
232 B
Bash
4 lines
No EOL
232 B
Bash
#!/bin/bash
|
|
source $HOME/.config/EmuDeck/backend/functions/all.sh
|
|
cloud_sync_downloadEmuAll | zenity --progress --pulsate --title "Downloading Saved games" --width 600 --auto-close --no-cancel 2>/dev/null
|
|
rm -rf "$savesPath/.gaming" |