blob: 517ed11b0762d268cd03e85fd5bceb20c6ce693c [file] [log] [blame]
#!/bin/bash
# -----------------------------------------------------------------------------
# Launches ONOS GUI on the specified node.
# -----------------------------------------------------------------------------
host=${1:-$OCI}
host=${host:-localhost}
open http://$host:8181/onos/ui