solana/multinode-demo/validator-x.sh

9 lines
121 B
Bash
Raw Normal View History

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