This website works better with JavaScript
Home
Esplora
Aiuto
Registrati
Accedi
maxmind
/
nockchain
Segui
2
Vota
1
Forka
0
File
Problemi
0
Pull Requests
0
Wiki
Albero (Tree):
98a7cebf28
Rami (Branch)
Tag
master
nockchain
/
entrypoint.sh
entrypoint.sh
97 B
Cronologia
Originale
1
2
3
4
5
6
7
#!/bin/bash
echo "starting nockchain with $@"
export RUST_LOG=info
exec ../bin/nockchain "$@"