8 lines
90 B
Bash
8 lines
90 B
Bash
|
#!/bin/bash
|
||
|
|
||
|
#
|
||
|
# Removes any existing local testnet
|
||
|
#
|
||
|
|
||
|
rm -rf ~/.lighthouse/local-testnet
|