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

4 lines
No EOL
228 B
Bash

#!/bin/bash
source $HOME/.config/EmuDeck/backend/functions/all.sh
cloud_sync_uploadEmuAll | zenity --progress --pulsate --title "Uploading Saved games" --width 600 --auto-close --no-cancel 2>/dev/null
rm -rf "$savesPath/.gaming"