Skip to content

Instantly share code, notes, and snippets.

@hrysd
Created April 23, 2012 15:32
Show Gist options
  • Select an option

  • Save hrysd/2471696 to your computer and use it in GitHub Desktop.

Select an option

Save hrysd/2471696 to your computer and use it in GitHub Desktop.
Terminalで255色をだす。
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