#!/usr/bin/env bash # # Creates a fullnode configuration # here=$(dirname "$0") # shellcheck source=multinode-demo/common.sh source "$here"/common.sh usage () { exitcode=0 if [[ -n "$1" ]]; then exitcode=1 echo "Error: $*" fi cat <