mirror of
https://github.com/opennetworkinglab/onos.git
synced 2025-10-23 13:21:21 +02:00
Added onos-create-app as a convenience. Change-Id: Ide9b9801a0a1d2229a153b85e23766f6018a8267
7 lines
317 B
Bash
Executable File
7 lines
317 B
Bash
Executable File
#!/bin/bash
|
|
# -----------------------------------------------------------------------------
|
|
# Makes sure local ONOS karaf instance is primed & staged and then launches
|
|
# karaf using the supplied arguments.
|
|
# -----------------------------------------------------------------------------
|
|
|
|
onos-setup-karaf && karaf "$@" |