Files
xk-hy-forward-go/run.bat

5 lines
61 B
Batchfile
Raw Normal View History

2026-05-22 08:42:27 +08:00
@echo off
cd /d "%~dp0"
go run main.go
if errorlevel 1 pause