Update ucg.bat

This commit is contained in:
trwnh 2022-03-20 08:26:56 -05:00 committed by GitHub
parent b3d2cd256c
commit 52721f3f9f
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 1 additions and 1 deletions

View File

@ -1,7 +1,7 @@
@ECHO OFF
:0
CLS
ECHO You are dying. 1=live, 2=die
ECHO You are dying. 1=live
set /p w=""
if %w% == 1 goto 1
goto 2