Skip to content

Instantly share code, notes, and snippets.

@michaweber
Created April 7, 2017 13:07
Show Gist options
  • Save michaweber/402107de88d6306fb4b966981b8be75a to your computer and use it in GitHub Desktop.
Save michaweber/402107de88d6306fb4b966981b8be75a to your computer and use it in GitHub Desktop.
for i in {0..255} ; do printf "\x1b[38;5;${i}mcolour${i}\n" ; done | column
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment