This website requires JavaScript.
Explore
Help
Sign In
status-im
/
nimbus-eth2
mirror of
https://github.com/status-im/nimbus-eth2.git
Watch
2
Star
0
Fork
You've already forked nimbus-eth2
0
Code
Issues
Projects
Releases
Wiki
Activity
de2b7e971c
nimbus-eth2
/
run-medalla-beacon-node.sh
6 lines
95 B
Bash
Raw
Normal View
History
Unescape
Escape
Add a missing file from the previous commit
2020-11-07 11:43:40 +00:00
#!/bin/bash
[skip ci] The run-*-beacon-node.sh scripts will now forward parameters to the beacon_node executable
2020-11-07 12:00:57 +00:00
cd
"
$(
dirname
$0
)
"
scripts/run-beacon-node.sh beacon_node_spec_0_12_3 medalla
$@
Add a missing file from the previous commit
2020-11-07 11:43:40 +00:00