#!/bin/bash set -e cd "$(dirname $0)/.." NBC_BINARY=$1 shift NETWORK=$1 shift if [[ "$1" == "-h" || "$1" == "--help" ]]; then cat <