blob: f8e62dca8067dac7ad601688e7f167091450110e [file] [log] [blame]
#!/bin/bash
#-------------------------------------------------------------------------------
# ONOS remote command-line client
#-------------------------------------------------------------------------------
[ -n "$1" ] && OCI=$1 && shift
client -h $OCI "$@"