summaryrefslogtreecommitdiff
path: root/nocompile
diff options
context:
space:
mode:
authorepochqwert <epoch@hacking.allowed.org>2015-06-12 22:26:31 -0500
committerepochqwert <epoch@hacking.allowed.org>2015-06-12 22:26:31 -0500
commita05876c9b860f1d5fa786746519ccb8b01db79e3 (patch)
tree8406bd3b42e8e3d7a3f2d56ad1396d62d8f4b1ac /nocompile
parent05f18ac5c65755e1dde4d4bd44575011310bc648 (diff)
downloadmisc-a05876c9b860f1d5fa786746519ccb8b01db79e3.tar.gz
misc-a05876c9b860f1d5fa786746519ccb8b01db79e3.zip
commit of half-finished things.
Diffstat (limited to 'nocompile')
-rwxr-xr-xnocompile/bin/rss2
-rw-r--r--nocompile/bin/ssl7
2 files changed, 9 insertions, 0 deletions
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"
+