Skip to content

Instantly share code, notes, and snippets.

@Adryd
Created June 21, 2018 17:38
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save Adryd/d6fef48c6d7eb6fd3ed37571965b815d to your computer and use it in GitHub Desktop.
Save Adryd/d6fef48c6d7eb6fd3ed37571965b815d to your computer and use it in GitHub Desktop.
while (( red++ < 256 )) {
while (( green++ < 256 )) {
while (( blue++ < 256 )) {
echo -e -n "\033[48;2;$[ $red-1 ];$[ $green-1 ];$[ $blue-1 ]m "
}
blue=0
}
green=0
}
red=0
blue=0
green=0
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment