Files
solana/multinode-demo/validator-x.sh

9 lines
123 B
Bash
Raw Normal View History

#!/usr/bin/env bash
2018-08-27 09:13:53 -07:00
#
# Start a dynamically-configured full node
2018-08-27 09:13:53 -07:00
#
2018-08-03 14:56:35 -07:00
here=$(dirname "$0")
exec "$here"/fullnode.sh -x "$@"