summaryrefslogtreecommitdiff
path: root/src/sslconnect.sh
blob: 34625400c40fdf9b349e9e4153afe6922bb869f8 (plain)
1
2
3
4
5
6
7
8
9
host=${1-0}
port=${2-465}
args=""
if [ $# -gt 2 ]
then
  shift; shift
  args="$@"
fi
exec sslclient -XRHl0 $args -- "$host" "$port" mconnect-io