Skip to content

Instantly share code, notes, and snippets.

@cnnrrss
Created September 28, 2018 00:05
Show Gist options
  • Save cnnrrss/a602222021eb78f8bc24abcc7a8b513f to your computer and use it in GitHub Desktop.
Save cnnrrss/a602222021eb78f8bc24abcc7a8b513f to your computer and use it in GitHub Desktop.
ASCII Rainbow

Taste the Rainbow

for (( i = 30; i < 38; i++ )); do echo -e "\033[0;"$i"m Normal: (0;$i); \033[1;"$i"m Light: (1;$i)"; done && echo -e "\033[0m"

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment