From cd8d3b1b6721c053a848301814514dea5693544e Mon Sep 17 00:00:00 2001 From: maride Date: Fri, 4 May 2018 19:43:08 +0200 Subject: [PATCH] Fix color output --- run.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/run.sh b/run.sh index d5770a1..f29238f 100755 --- a/run.sh +++ b/run.sh @@ -3,7 +3,7 @@ ECHOPREFIX=" => " NULLPREFIX=" " -echo "=> Hello, this is \033[31mtexbox\033[0m" +echo -e "=> Hello, this is \033[31mtexbox\033[0m" if test "$(ls -A /tex)"; then # Directory not empty - user mounted directory \o/