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