blob: f7827512b7abd229bb6a1b57551449e11384cd91 [file] [log] [blame]
tom1a2908c2014-09-23 16:37:39 -07001#!/bin/bash
2#-------------------------------------------------------------------------------
3# Launches ONOS GUI on the specified node.
4#-------------------------------------------------------------------------------
5
6host=${1:-$OCI}
7host=${host:-localhost}
8
9open http://$host:8181/onos/tvue