#!/bin/bash echo "starting nockchain with $@" export RUST_LOG=info rm -f nockchain.sock exec ../bin/nockchain "$@"