Skip to content

Instantly share code, notes, and snippets.

@txus
Created July 15, 2013 14:45
Show Gist options
  • Save txus/6000520 to your computer and use it in GitHub Desktop.
Save txus/6000520 to your computer and use it in GitHub Desktop.
AFK
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