blob: 76b5c152a3cd4e8790323a58b7472012c7c4cdff [file] [log] [blame]
#!/bin/bash
#-------------------------------------------------------------------------------
# ONOS remote command-line client.
#-------------------------------------------------------------------------------
[ "$1" = "-w" ] && shift && onos-wait-for-start $1
[ -n "$1" ] && OCI=$1 && shift
client -h $OCI "$@" 2>/dev/null