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 851d939 commit 99150cdCopy full SHA for 99150cd
generator.sh
@@ -238,7 +238,7 @@ LOLCAT
238
# echo.Reset to remove color code on output
239
fnName="${fn}echo${dot}Reset${brackets}"
240
cat << RESET >> "${tempDist}"
241
-${fnName}${startSym}echo "${para}" | tr -d ${trCntrl} | sed -E "s/${escape//\//\/\/}[((;)?[0-9]{1,3}){0,3}m//g" | xargs${endSym}
+${fnName}${startSym}echo "${para}" | tr -d ${trCntrl} | sed -E "s/${escape}[((;)?[0-9]{1,3}){0,3}m//g" | xargs${endSym}
242
RESET
243
mv -f "${tempDist}" "${newDist}"
244
} &
0 commit comments