Fix color output
This commit is contained in:
parent
d20985b713
commit
cd8d3b1b67
2
run.sh
2
run.sh
@ -3,7 +3,7 @@
|
|||||||
ECHOPREFIX=" => "
|
ECHOPREFIX=" => "
|
||||||
NULLPREFIX=" "
|
NULLPREFIX=" "
|
||||||
|
|
||||||
echo "=> Hello, this is \033[31mtexbox\033[0m"
|
echo -e "=> Hello, this is \033[31mtexbox\033[0m"
|
||||||
|
|
||||||
if test "$(ls -A /tex)"; then
|
if test "$(ls -A /tex)"; then
|
||||||
# Directory not empty - user mounted directory \o/
|
# Directory not empty - user mounted directory \o/
|
||||||
|
Loading…
Reference in New Issue
Block a user