Thomas Vachuska | b826190 | 2016-05-04 00:10:42 -0700 | [diff] [blame] | 1 | #!/bin/bash |
| 2 | # ----------------------------------------------------------------------------- |
Thomas Vachuska | f07ec21 | 2016-05-10 12:17:40 -0700 | [diff] [blame] | 3 | # List available ONOS cells configuration. |
Thomas Vachuska | b826190 | 2016-05-04 00:10:42 -0700 | [diff] [blame] | 4 | # ----------------------------------------------------------------------------- |
| 5 | |
Thomas Vachuska | f07ec21 | 2016-05-10 12:17:40 -0700 | [diff] [blame] | 6 | [ ! -d "$ONOS_ROOT" ] && echo "ONOS_ROOT is not defined" >&2 && exit 1 |
| 7 | . $ONOS_ROOT/tools/dev/bash_profile |
Thomas Vachuska | 77a63e6 | 2016-05-09 21:02:39 -0700 | [diff] [blame] | 8 | |
Thomas Vachuska | f07ec21 | 2016-05-10 12:17:40 -0700 | [diff] [blame] | 9 | cell "$@" |