6 lines
61 B
Bash
6 lines
61 B
Bash
|
#!/bin/bash
|
||
|
|
||
|
cd $(dirname "$0")
|
||
|
./reset_testnet.sh testnet0
|
||
|
|