mirror of
https://gitlab.com/pulsechaincom/lighthouse-pulse.git
synced 2025-01-06 02:52:20 +00:00
8 lines
90 B
Bash
8 lines
90 B
Bash
|
#!/bin/bash
|
||
|
|
||
|
#
|
||
|
# Removes any existing local testnet
|
||
|
#
|
||
|
|
||
|
rm -rf ~/.lighthouse/local-testnet
|