9 lines
129 B
Bash
Executable File
9 lines
129 B
Bash
Executable File
#!/usr/bin/env bash
|
|
#
|
|
# Start a dynamically-configured validator node
|
|
#
|
|
|
|
here=$(dirname "$0")
|
|
|
|
exec "$here"/validator.sh -x "$@"
|