mirror of
https://github.com/status-im/nimbus-eth2.git
synced 2025-01-09 13:56:23 +00:00
7 lines
108 B
Batchfile
7 lines
108 B
Batchfile
|
@echo off
|
||
|
|
||
|
cd /D "%~dp0"
|
||
|
|
||
|
vendor/nimbus-build-system/vendor/Nim/bin/nim scripts/connect_to_testnet.nims %1
|
||
|
|