Skip to content

Instantly share code, notes, and snippets.

@ttdoda
Created November 27, 2012 10:39
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 ttdoda/4153561 to your computer and use it in GitHub Desktop.
Save ttdoda/4153561 to your computer and use it in GitHub Desktop.
for b2 in {0..5}; do for r in {0..85}; do for b1 in {0..5}; do for g in {0..127}; do echo -ne "\e[48:2:$((r*3)):$((g*2)):$((b1*7 + b2*42))m "; done; echo -ne "\e[m"; done; echo; done; done
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment