stardew-valley-mods/sync_push.sh
2025-07-21 04:39:04 +08:00

4 lines
215 B
Bash
Executable file

#!/bin/bash
rsync -avz --delete --info=progress2 --stats --no-links --exclude='.git/' ./ mikoshi:/home/mikoshi/data1/syncs/stardew-valley-mods-nsfw/;
echo "Sync complete. Press Enter to close the terminal...";
read;