This website requires JavaScript.
Explore
Help
Sign In
blockworks-foundation
/
solana
mirror of
https://github.com/blockworks-foundation/solana.git
Watch
1
Star
0
Fork
You've already forked solana
0
Code
Issues
Projects
Releases
Wiki
Activity
9b1471acae
solana
/
multinode-demo
/
validator.sh
5 lines
84 B
Bash
Executable File
Raw
Blame
History
#!/usr/bin/env bash
here
=
$(
dirname
"
$0
"
)
exec
"
$here
"
/fullnode.sh --validator
"
$@
"
Reference in New Issue
View Git Blame
Copy Permalink