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 e511300 commit a8bdf8eCopy full SHA for a8bdf8e
generator.sh
@@ -123,7 +123,7 @@ SH_ECHO
123
fi
124
#write the code down
125
echo "$startSym"
126
- echo " $echo"' -e "\e['"${ulCode}${bCode}${code}"$(grep $color "$table" | awk '{print $2}')'m$'$para'\e[m"'
+ echo " $echo"' -e "\033['"${ulCode}${bCode}${code}"$(grep $color "$table" | awk '{print $2}')'m$'$para'\033[m"'
127
echo "$endSym"
128
} >> "$newDist"
129
done
0 commit comments