EmuDeck/tools/cloudSync/cloud_sync_force_download.sh
2024-09-26 12:26:49 +02:00

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"