entrypoint.sh 97 B

1234567
  1. #!/bin/bash
  2. echo "starting nockchain with $@"
  3. export RUST_LOG=info
  4. exec ../bin/nockchain "$@"