This website works better with JavaScript
Inicio
Explorar
Axuda
Rexistro
Iniciar sesión
maxmind
/
nockchain
Seguir
2
Destacar
1
Fork
0
Ficheiros
Incidencias
0
Pull Requests
0
Wiki
Árbore:
437dd41126
Ramas
Etiquetas
master
nockchain
/
entrypoint.sh
entrypoint.sh
97 B
Histórico
Raw
1
2
3
4
5
6
7
#!/bin/bash
echo "starting nockchain with $@"
export RUST_LOG=info
exec ../bin/nockchain "$@"