This website requires JavaScript.
Explore
Help
Sign In
tutus-one
/
tutus-chain
Watch
2
Star
0
Fork
You've already forked tutus-chain
0
Code
Issues
Pull Requests
Packages
Projects
Releases
Wiki
Activity
c5afe64250
tutus-chain
/
.docker
/
tutus-entrypoint.sh
12 lines
104 B
Bash
Raw
Blame
History
#!/bin/sh
BIN
=
/usr/bin/tutus
case
$@
in
"node"
*
)
echo
"=> Starting Tutus node"
;
;
esac
${
BIN
}
"
$@
"
Reference in New Issue
View Git Blame
Copy Permalink