Add replicator support to multinode demo (#4221)

automerge
This commit is contained in:
Sagar Dhawan
2019-05-09 13:43:39 -07:00
committed by Grimes
parent df43e721e3
commit a031b09190
6 changed files with 158 additions and 47 deletions

View File

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