#!/bin/bash # Copyright (c) 2020-2021 Status Research & Development GmbH. Licensed under # either of: # - Apache License, version 2.0 # - MIT license # at your option. This file may not be copied, modified, or distributed except # according to those terms. set -e cd "$(dirname $0)/.." NBC_BINARY=$1 shift NETWORK=$1 shift if [[ "$1" == "-h" || "$1" == "--help" ]]; then cat <