tom

Tweaking onos-* test scripts.

1 +#!/bin/bash
2 +#-------------------------------------------------------------------------------
3 +# ONOS remote command-line client
4 +#-------------------------------------------------------------------------------
5 +
6 +[ -n "$1" ] && OCI=$1 && shift
7 +client -h $OCI "$@"