Flip symlinks

This commit is contained in:
Michael Vines
2018-12-07 10:00:35 -08:00
parent 6516c2532d
commit 92c3e26c7a
6 changed files with 234 additions and 234 deletions

View File

@ -1 +0,0 @@
validator-x.sh

8
multinode-demo/fullnode-x.sh Executable file
View File

@ -0,0 +1,8 @@
#!/usr/bin/env bash
#
# Start a dynamically-configured full node
#
here=$(dirname "$0")
exec "$here"/fullnode.sh -x "$@"