Use tr instead

This commit is contained in:
2022-03-15 01:31:25 +08:00
parent 4c98ed210b
commit c2b3b876ab

View File

@ -64,7 +64,7 @@ cat \
cat content-$padint quote-$padint |
tidy -q -asxml |
xq -cx '.html.body' |
sed 's/\n//g' |
tr '\n' ' ' |
printf "<![CDATA[$(cat -)]]"
) \
<(