So I want to color my terminal output but nothing works for me. I have script with code and txt file which I read input from. It looks something like this:
example.txt
${BLUE}_.
_/=\:<
.#/*${RED}let}
//as\@#:~/
try()|:-./
${BLUE}*~let${RED}:>${BLUE}@{#
</>}#@~*/
${RED}(+!:~/+/
/={+|
-
script.sh
BLUE="\033[0;34m"
RED="\033[0;31m"
# print example.txt but colored
eval echo -e "$line"(@+_let#do/.@#=#>[/]#let=#or@\=<()~if)*<)\). It's not code just string code-styled and I don't want to run it just print it.