blob: f8e62dca8067dac7ad601688e7f167091450110e [file] [log] [blame]
tomac77d762014-09-18 19:59:42 -07001#!/bin/bash
2#-------------------------------------------------------------------------------
3# ONOS remote command-line client
4#-------------------------------------------------------------------------------
5
6[ -n "$1" ] && OCI=$1 && shift
7client -h $OCI "$@"