Skip to content

Instantly share code, notes, and snippets.

@mgmerino
Created October 31, 2017 11:36
Show Gist options
  • Save mgmerino/99d9d681c91dc3390d13f7f89b2ec0c5 to your computer and use it in GitHub Desktop.
Save mgmerino/99d9d681c91dc3390d13f7f89b2ec0c5 to your computer and use it in GitHub Desktop.
Terminal Rainbow
yes "$(seq 231 -1 16)" | while read i; do printf "\x1b[48;5;${i}m\n"; sleep .02; done
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment