We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 44f33bc commit 7466410Copy full SHA for 7466410
update.sh
@@ -8,23 +8,23 @@ header() {
8
if [ "$OSTYPE" = "darwin19" ] ; then
9
echo -e "$1"
10
else
11
- echo -e "\e[35m$1\e[0m"
+ echo -e "\x1B[35m$1\x1B[0m"
12
fi
13
}
14
15
subheader() {
16
17
18
19
- echo -e "\e[36m$1\e[0m"
+ echo -e "\x1B[36m$1\x1B[0m"
20
21
22
23
info() {
24
25
26
27
- echo -e "\e[34m$1\e[0m"
+ echo -e "\x1B[34m$1\x1B[0m"
28
29
30
0 commit comments