aboutsummaryrefslogtreecommitdiff
path: root/bin/htref
diff options
context:
space:
mode:
Diffstat (limited to 'bin/htref')
-rwxr-xr-xbin/htref3
1 files changed, 3 insertions, 0 deletions
diff --git a/bin/htref b/bin/htref
new file mode 100755
index 00000000..da089edc
--- /dev/null
+++ b/bin/htref
@@ -0,0 +1,3 @@
+#!/bin/sed -f
+# Quick-and-dirty HTML linkifier
+s_https*://[^ \t<>]*_<a href="&">&</a>_