Created
December 28, 2017 18:25
-
-
Save joshschmelzle/9eae2633be805b924f6fb94787e102dc to your computer and use it in GitHub Desktop.
Matrix
This file contains hidden or 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
@echo off | |
title The Matrix | |
color 0a | |
:h | |
echo %random% %random% %random% %random% %random% %random% %random% %random% %random% %random% | |
color 0b | |
echo %random% %random% %random% %random% %random% %random% %random% %random% %random% %random% | |
color 0c | |
echo %random% %random% %random% %random% %random% %random% %random% %random% %random% %random% | |
color 0d | |
goto h |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment