Skip to content

Instantly share code, notes, and snippets.

@williamd1k0
Created February 28, 2015 05:48
Show Gist options
  • Save williamd1k0/ab9bc024534e6f738076 to your computer and use it in GitHub Desktop.
Save williamd1k0/ab9bc024534e6f738076 to your computer and use it in GitHub Desktop.
The zueira never ends!
@echo off
title The zueira never ends!
:START
set zueira=true
if %zueira% == true goto ZUEIRA
else goto FIM
:ZUEIRA
echo Zueira!
goto START
:FIM
:: The zueira never ends!
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment