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/