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

6 lines
90 B
Bash
Raw Normal View History

2020-11-05 22:33:31 +00:00
#!/bin/bash
cd "$(dirname $0)"
scripts/run-beacon-node.sh nimbus_beacon_node mainnet $@
2020-11-05 22:33:31 +00:00