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"
Created
September 28, 2018 00:05
ASCII Rainbow
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment