Skip to content

Instantly share code, notes, and snippets.

@mickey24
Created February 7, 2011 06:57
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save mickey24/814082 to your computer and use it in GitHub Desktop.
Save mickey24/814082 to your computer and use it in GitHub Desktop.
# -*- coding: utf-8 -*-
i = 0
ARGF.each_char do |c|
printf "\x1b[3#{(i += 1) % 6 + 1}m#{c}"
end
print "\x1b[39m"
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment