6 lines
90 B
Bash
6 lines
90 B
Bash
|
#!/bin/bash
|
||
|
|
||
|
cd "$(dirname $0)"
|
||
|
scripts/run-beacon-node.sh nimbus_beacon_node pyrmont $@
|
||
|
|