Documentation

This commit is contained in:
Michael Vines
2018-08-27 09:13:53 -07:00
parent 0efd64df6f
commit 31d1087103
9 changed files with 27 additions and 1 deletions

View File

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