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 da64ce2 commit a1a7045Copy full SHA for a1a7045
1 file changed
generator.sh
@@ -147,7 +147,7 @@ SH_ECHO
147
fi
148
#write the code down
149
echo "${startSym}"
150
- echo " ${echo}"' "\033['"${ulCode}${bCode}${code}""$(grep "${color}" "${table}" | awk '{print $2}')"'m$'"${para}"'\033[m"'
+ echo " ${echo}"' "\\033['"${ulCode}${bCode}${code}""$(grep "${color}" "${table}" | awk '{print $2}')"'m$'"${para}"'\\033[m"'
151
echo "${endSym}"
152
} >> "${newDist}"
153
done
@@ -183,7 +183,7 @@ LOLCAT
183
fnName="${fn}echo${dot}Reset${brackets}"
184
cat << RESET >> "${newDist}"
185
${fnName}${startSym}
186
- echo "\$${para}" | tr -d '[:cntrl:]' | sed -E "s/\\[((;)?[0-9]{1,3}){0,3}m//g" | xargs
+ echo "\$${para}" | tr -d '[:cntrl:]' | sed -E "s/\\\\[((;)?[0-9]{1,3}){0,3}m//g" | xargs
187
${endSym}
188
RESET
189
} &
0 commit comments