mirror of
https://github.com/status-im/nimbus-eth2.git
synced 2025-01-09 13:56:23 +00:00
6 lines
61 B
Bash
6 lines
61 B
Bash
|
#!/bin/bash
|
||
|
|
||
|
cd $(dirname "$0")
|
||
|
./reset_testnet.sh testnet1
|
||
|
|