@echo off REM Double-click friendly wrapper around push-to-gitea.ps1 powershell -NoProfile -ExecutionPolicy Bypass -File "%~dp0push-to-gitea.ps1" pause