about summary refs log tree commit diff
path: root/filters/html-converters/txt2html
blob: 495eeceb279e84f6b1e1a877b3adf416082ce41a (plain) (blame)
1
2
3
4
#!/bin/sh
echo "<pre>"
sed "s|&|\\&amp;|g;s|'|\\&apos;|g;s|\"|\\&quot;|g;s|<|\\&lt;|g;s|>|\\&gt;|g"
echo "</pre>"
ht'> Bad. 2019-01-22Add WIP serif8x16.psfJune McEnroe 2019-01-21Save cash history incrementallyJune McEnroe Still needs better error and edge case handling, but seems to work. 2019-01-19Remove pingbotJune McEnroe