File tree Expand file tree Collapse file tree 1 file changed +2
-2
lines changed Expand file tree Collapse file tree 1 file changed +2
-2
lines changed Original file line number Diff line number Diff line change @@ -147,7 +147,7 @@ SH_ECHO
147
147
fi
148
148
# write the code down
149
149
echo " ${startSym} "
150
- echo " ${echo} " ' "\033[' " ${ulCode}${bCode}${code} " " $( grep " ${color} " " ${table} " | awk ' {print $2}' ) " ' m$' " ${para} " ' \033[m"'
150
+ echo " ${echo} " ' "\\ 033[' " ${ulCode}${bCode}${code} " " $( grep " ${color} " " ${table} " | awk ' {print $2}' ) " ' m$' " ${para} " ' \ \033[m"'
151
151
echo " ${endSym} "
152
152
} >> " ${newDist} "
153
153
done
@@ -183,7 +183,7 @@ LOLCAT
183
183
fnName=" ${fn} echo${dot} Reset${brackets} "
184
184
cat << RESET >> "${newDist} "
185
185
${fnName}${startSym}
186
- echo "\$ ${para} " | tr -d '[:cntrl:]' | sed -E "s/\\ [((;)?[0-9]{1,3}){0,3}m//g" | xargs
186
+ echo "\$ ${para} " | tr -d '[:cntrl:]' | sed -E "s/\\\\ [((;)?[0-9]{1,3}){0,3}m//g" | xargs
187
187
${endSym}
188
188
RESET
189
189
} &
You can’t perform that action at this time.
0 commit comments