solana/multinode-demo/replicator.sh
Michael Vines a4fb01b42b
Add +x
2019-05-13 14:30:44 -07:00

10 lines
112 B
Bash
Executable File

#!/usr/bin/env bash
#
# Start a relpicator
#
here=$(dirname "$0")
exec "$here"/fullnode.sh --replicator "$@"