mirror of
https://github.com/status-im/nimbus-eth2.git
synced 2025-01-24 21:40:03 +00:00
6 lines
102 B
Bash
Executable File
6 lines
102 B
Bash
Executable File
#!/bin/bash
|
|
|
|
cd "$(dirname $0)"
|
|
scripts/run-beacon-node.sh nimbus_beacon_node_spec_0_12_3 medalla $@
|
|
|