This website works better with JavaScript
Home
Explore
Help
Register
Sign In
maxmind
/
nockchain
Watch
2
Star
1
Fork
0
Files
Issues
0
Pull Requests
0
Wiki
Tree:
437dd41126
Branches
Tags
master
nockchain
/
entrypoint.sh
entrypoint.sh
97 B
History
Raw
1
2
3
4
5
6
7
#!/bin/bash
echo "starting nockchain with $@"
export RUST_LOG=info
exec ../bin/nockchain "$@"