blob: 45a68b95abb1bfe2a69be181ccf88bf003d4b844 [file] [log] [blame]
Thomas Vachuskab8261902016-05-04 00:10:42 -07001#!/bin/bash
2# -----------------------------------------------------------------------------
Thomas Vachuskaf07ec212016-05-10 12:17:40 -07003# List available ONOS cells configuration.
Thomas Vachuskab8261902016-05-04 00:10:42 -07004# -----------------------------------------------------------------------------
5
Thomas Vachuskaf07ec212016-05-10 12:17:40 -07006[ ! -d "$ONOS_ROOT" ] && echo "ONOS_ROOT is not defined" >&2 && exit 1
7. $ONOS_ROOT/tools/dev/bash_profile
Thomas Vachuska77a63e62016-05-09 21:02:39 -07008
Thomas Vachuskaf07ec212016-05-10 12:17:40 -07009cell "$@"