Skip to content

Instantly share code, notes, and snippets.

View FleetAdmiralButter's full-sized avatar

Ming FleetAdmiralButter

View GitHub Profile
@FleetAdmiralButter
FleetAdmiralButter / tof_pc_login.sh
Created May 23, 2024 05:37 — forked from ohaiibuzzle/tof_pc_login.sh
Script to login to ToF on PlayCover
# Script to login to ToF on PlayCover
# Select the ToF version
echo "Please select the region of ToF you want to login to:"
echo "[1] Global"
echo "[2] China"
read -p "Enter your choice: " choice
if [ $choice -eq 1 ]; then