#!/bin/sh
# WARNING: This file was auto-generated. Do not edit!
host=${1-0}
port=${2-443}
args=""
if [ $# -gt 3 ]
then
  shift; shift; shift
  args="$@"
fi
exec /usr/pkg/bin/sslclient -XRHl0 $args -- "$host" "$port" /usr/pkg/bin/mconnect-io
