Skip to content

Instantly share code, notes, and snippets.

@mabahamo
Created August 26, 2015 12:02
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 mabahamo/3be991de4aa2af85734d to your computer and use it in GitHub Desktop.
Save mabahamo/3be991de4aa2af85734d to your computer and use it in GitHub Desktop.
A color rush in terminal
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