solana-with-rpc-optimizations/multinode-demo/bootstrap-leader.sh

8 lines
129 B
Bash
Raw Normal View History

2018-12-07 10:00:35 -08:00
#!/usr/bin/env bash
#
# Start the bootstrap leader node
#
here=$(dirname "$0")
2019-05-03 13:32:59 -07:00
exec "$here"/fullnode.sh --bootstrap-leader "$@"