From 3c2d290d17b739f14774dfcdf48581c1fb212286 Mon Sep 17 00:00:00 2001 From: epochqwert Date: Fri, 6 Feb 2015 02:32:04 -0600 Subject: some new tools. clump is useful. httpd got some better logging. cuturl got some bugfixes I think. todo is just a version of segfault's !todo but for shell. don't remember what I did to telnet-gateway.sh --- nocompile/bin/encode_html_entities | 4 ++++ 1 file changed, 4 insertions(+) create mode 100755 nocompile/bin/encode_html_entities (limited to 'nocompile/bin/encode_html_entities') diff --git a/nocompile/bin/encode_html_entities b/nocompile/bin/encode_html_entities new file mode 100755 index 0000000..4cb1836 --- /dev/null +++ b/nocompile/bin/encode_html_entities @@ -0,0 +1,4 @@ +#!/bin/sh +sed "s/&/\&/g" \ + | sed "s//\>/g" -- cgit v1.2.3