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