Skip to content

Instantly share code, notes, and snippets.

@himito
Created October 4, 2016 06:45
Show Gist options
  • Save himito/fda132c7b72d6506a16340f4cca44e4e to your computer and use it in GitHub Desktop.
Save himito/fda132c7b72d6506a16340f4cca44e4e to your computer and use it in GitHub Desktop.
for i in {0..255} ; do
printf "\x1b[38;5;${i}mcolour${i}\n"
done
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment