blob: 9c575fb416e449635138efeea8d980ddfd29a2de [file] [log] [blame]
Thomas Vachuskafcd61142015-04-23 13:59:08 -07001#!/bin/bash
2# -----------------------------------------------------------------------------
3# Makes sure local ONOS karaf instance is primed & staged and then launches
4# karaf using the supplied arguments.
5# -----------------------------------------------------------------------------
6
7onos-setup-karaf && karaf "$@"