Skip to content

Instantly share code, notes, and snippets.

@rinx
Created November 16, 2013 15:20
Show Gist options
  • Save rinx/7501315 to your computer and use it in GitHub Desktop.
Save rinx/7501315 to your computer and use it in GitHub Desktop.
#!/bin/sh
for i in {0..255}
do
printf "\x1b[38;5;${i}m%03d " ${i}
done
printf "\n"
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment