onos 261 Bytes
#!/bin/bash
#-------------------------------------------------------------------------------
# ONOS remote command-line client.
#-------------------------------------------------------------------------------

[ -n "$1" ] && OCI=$1 && shift
client -h $OCI "$@"