#!/bin/bash echo "starting nockchain with $@" export RUST_BACKTRACE=${RUST_BACKTRACE:-1} export RUST_LOG=${RUST_LOG:-info} export MINIMAL_LOG_FORMAT=${MINIMAL_LOG_FORMAT:-false} rm -f nockchain.sock exec ../bin/nockchain "$@"