From a05876c9b860f1d5fa786746519ccb8b01db79e3 Mon Sep 17 00:00:00 2001 From: epochqwert Date: Fri, 12 Jun 2015 22:26:31 -0500 Subject: commit of half-finished things. --- nocompile/bin/rss | 2 ++ nocompile/bin/ssl | 7 +++++++ 2 files changed, 9 insertions(+) create mode 100755 nocompile/bin/rss create mode 100644 nocompile/bin/ssl (limited to 'nocompile/bin') diff --git a/nocompile/bin/rss b/nocompile/bin/rss new file mode 100755 index 0000000..3a9e882 --- /dev/null +++ b/nocompile/bin/rss @@ -0,0 +1,2 @@ +#!/bin/sh +wget -qO- https://news.ycombinator.com/rss diff --git a/nocompile/bin/ssl b/nocompile/bin/ssl new file mode 100644 index 0000000..4e76122 --- /dev/null +++ b/nocompile/bin/ssl @@ -0,0 +1,7 @@ +#!/bin/sh +#fix this to suit your needs. +/usr/local/bin/ncat --ssl "$1" "$2" + +#I heard this was a bad idea. +#openssl s_client -q -connect "$1:$2" + -- cgit v1.2.3