Created
April 23, 2012 15:32
-
-
Save hrysd/2471696 to your computer and use it in GitHub Desktop.
Terminalで255色をだす。
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| 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