onos 261 Bytes Raw Blame History Permalink 1 2 3 4 5 6 7 #!/bin/bash #------------------------------------------------------------------------------- # ONOS remote command-line client. #------------------------------------------------------------------------------- [ -n "$1" ] && OCI=$1 && shift client -h $OCI "$@"