blob: 45a68b95abb1bfe2a69be181ccf88bf003d4b844 [file] [log] [blame]
Thomas Vachuskab8261902016-05-04 00:10:42 -07001#!/bin/bash
2# -----------------------------------------------------------------------------
3# List available ONOS cells configuration.
4# -----------------------------------------------------------------------------
5
6[ ! -d "$ONOS_ROOT" ] && echo "ONOS_ROOT is not defined" >&2 && exit 1
7. $ONOS_ROOT/tools/dev/bash_profile
8
9cell "$@"