entrypoint.sh 75 B

12345
  1. #!/bin/bash
  2. echo "starting nockchain with $@"
  3. exec ../bin/nockchain "$@"