| #!/bin/bash | |
| # ----------------------------------------------------------------------------- | |
| # Launches ONOS GUI on the specified node. | |
| # ----------------------------------------------------------------------------- | |
| host=${1:-$OCI} | |
| host=${host:-localhost} | |
| open http://$host:8181/onos/ui |