Create v2.bat

This commit is contained in:
Fan
2023-01-10 10:37:29 +08:00
committed by GitHub
parent 18c79303cf
commit ad1ca2942c

8
code/v2.bat Normal file
View File

@@ -0,0 +1,8 @@
@echo off
ssh -o StrictHostKeyChecking=no -R 0:PRIVATE:PORT TOKEN@v2.i996.me -p 8222
set /a left=0
set /a right=2
:1
ping 127.0.0.1 -n 3 >nul
if %right% lss %left% goto 1
echo. & pause