Files
xk-hy-forward-go/run.bat
2026-05-22 08:42:27 +08:00

5 lines
61 B
Batchfile

@echo off
cd /d "%~dp0"
go run main.go
if errorlevel 1 pause