Created
July 15, 2013 14:45
-
-
Save txus/6000520 to your computer and use it in GitHub Desktop.
AFK
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
while true | |
value = rand > 0.8 ? "\e[031mF\e[0m" : "\e[032m.\e[0m" | |
print value | |
sleep rand / 2 | |
end |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment