Skip to content

Instantly share code, notes, and snippets.

@johnny13
Forked from cnnrrss/ascii-rainbow.md
Created June 12, 2019 19:44
Show Gist options
  • Save johnny13/00ab379f817cb42e9bf1da08ae7f0156 to your computer and use it in GitHub Desktop.
Save johnny13/00ab379f817cb42e9bf1da08ae7f0156 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