aboutsummaryrefslogtreecommitdiff
path: root/filters/html-converters/txt2html
diff options
context:
space:
mode:
Diffstat (limited to 'filters/html-converters/txt2html')
-rwxr-xr-xfilters/html-converters/txt2html4
1 files changed, 4 insertions, 0 deletions
diff --git a/filters/html-converters/txt2html b/filters/html-converters/txt2html
new file mode 100755
index 0000000..495eece
--- /dev/null
+++ b/filters/html-converters/txt2html
@@ -0,0 +1,4 @@
+#!/bin/sh
+echo "<pre>"
+sed "s|&|\\&amp;|g;s|'|\\&apos;|g;s|\"|\\&quot;|g;s|<|\\&lt;|g;s|>|\\&gt;|g"
+echo "</pre>"