Skip to content

Instantly share code, notes, and snippets.

View thaliumFr's full-sized avatar

thaliumFr thaliumFr

View GitHub Profile
@thaliumFr
thaliumFr / GHVRQ-saver.bat
Last active September 9, 2025 15:29
tool to backup or erase easily GHVR Quest edition save files. please note that you need to have ADB installed
@echo off
goto:checkForADB
if "%adb%" == "1"(
adb kill-server
adb start-server
goto:start
) else (
goto:end