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