#!/bin/bash
# -----------------------------------------------------------------------------
# Packages ONOS distributable into onos.tar.gz file
# -----------------------------------------------------------------------------

SHLVL=1 bazel build //:onos && onos-check-bits
