mirror of
https://gitlab.com/pulsechaincom/lighthouse-pulse.git
synced 2024-12-29 07:17:17 +00:00
10 lines
107 B
Bash
10 lines
107 B
Bash
|
#!/bin/bash
|
||
|
|
||
|
#
|
||
|
# Deletes all files associated with the local testnet.
|
||
|
#
|
||
|
|
||
|
source ./vars.env
|
||
|
|
||
|
rm -r $DATADIR
|