Skip to content

Instantly share code, notes, and snippets.

@echo off
setlocal enabledelayedexpansion
:: Define project details
set "REPO_OWNER=ack00gar"
set "REPO_NAME=VR-Funscript-AI-Generator"
set "BRANCH=main"
set "REPO_URL=https://github.com/%REPO_OWNER%/%REPO_NAME%.git"
set "ZIP_URL=https://github.com/%REPO_OWNER%/%REPO_NAME%/archive/refs/heads/%BRANCH%.zip"
set "OUTPUT_FILE=%REPO_NAME%.zip"