Fix color output

This commit is contained in:
maride 2018-05-04 19:43:08 +02:00
parent d20985b713
commit cd8d3b1b67

2
run.sh
View File

@ -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/