mirror of
https://github.com/bugfan/i996.git
synced 2025-09-26 19:11:13 +08:00
Create v2.bat
This commit is contained in:
8
code/v2.bat
Normal file
8
code/v2.bat
Normal 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
|
Reference in New Issue
Block a user