#!/bin/sh
# WARNING: This file was auto-generated. Do not edit!
if [ "${1}" = "-4" -o "${1}" = "-6" ]
then
  vers=${1}
  shift
else
  vers="-6"
fi
host=${1-0}
port=${2-25}
exec /usr/command/tcpclient -RHl0 "$vers" -- "$host" "$port" /usr/command/mconnect-io
