nimbus-eth2/run-mainnet-beacon-node.sh

7 lines
143 B
Bash
Executable File

#!/bin/bash
cd "$(dirname $0)"
# Allow the binary to receive signals directly.
exec scripts/run-beacon-node.sh nimbus_beacon_node mainnet $@