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:
6fcfdaf870
Branches
Tags
master
nockchain
/
entrypoint.sh
entrypoint.sh
75 B
History
Raw
1
2
3
4
5
#!/bin/bash
echo "starting nockchain with $@"
exec ../bin/nockchain "$@"