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 790a51f commit a7b535fCopy full SHA for a7b535f
generator.sh
@@ -157,7 +157,7 @@ LOLCAT
157
fnName="${fn}echo${dot}Reset${brackets}"
158
cat << RESET >> "${newDist}"
159
${fnName}${startSym}
160
- echo "\$${para}" | tr -d '[:cntrl:]' | sed -E "s/\\[((;)?[0-9]{1,3}){0,3}m//g"
+ echo "\$${para}" | tr -d '[:cntrl:]' | sed -E "s/\\[((;)?[0-9]{1,3}){0,3}m//g" | xargs
161
${endSym}
162
RESET
163
} &
0 commit comments