Thomas Vachuska | b826190 | 2016-05-04 00:10:42 -0700 | [diff] [blame] | 1 | #!/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 | |||||
9 | cell "$@" |