aboutsummaryrefslogtreecommitdiff
path: root/bin/htdec.sed
diff options
context:
space:
mode:
Diffstat (limited to 'bin/htdec.sed')
-rw-r--r--bin/htdec.sed4
1 files changed, 4 insertions, 0 deletions
diff --git a/bin/htdec.sed b/bin/htdec.sed
new file mode 100644
index 00000000..6f9d6977
--- /dev/null
+++ b/bin/htdec.sed
@@ -0,0 +1,4 @@
+# Quick-and-dirty HTML text decoding
+s_\&lt;_<_g
+s_\&gt;_>_g
+s_\&amp;_\&_g