OSDN Git Service

support command.
authorvisor <visor@users.sourceforge.jp>
Mon, 7 Jun 2010 14:39:18 +0000 (23:39 +0900)
committervisor <visor@users.sourceforge.jp>
Mon, 7 Jun 2010 14:39:18 +0000 (23:39 +0900)
support/httpsclient [new file with mode: 0755]

diff --git a/support/httpsclient b/support/httpsclient
new file mode 100755 (executable)
index 0000000..f2b656a
--- /dev/null
@@ -0,0 +1,5 @@
+#! /bin/sh
+
+host=${1-0}
+port=${2-443}
+exec /usr/local/bin/sslclient -RHl0 -a /usr/local/share/certs/ca-root-nss.crt -X -- $host $port /usr/local/bin/mconnect-io