blob: 74bf1cf9912130736c725cd91ddbb66ffb8f2b61 [file] [log] [blame]
tomac77d762014-09-18 19:59:42 -07001#!/bin/bash
2#-------------------------------------------------------------------------------
tom1a2908c2014-09-23 16:37:39 -07003# ONOS remote command-line client.
tomac77d762014-09-18 19:59:42 -07004#-------------------------------------------------------------------------------
5
6[ -n "$1" ] && OCI=$1 && shift
7client -h $OCI "$@"