Files
dragonx/src/purge
Jonathan "Duke" Leto 5d2307a709 Update copyrights to 2022
2022-09-19 15:45:30 -07:00

11 lines
214 B
Bash
Executable File

#!/bin/bash
# Copyright (c) 2016-2022 The Hush developers
# Released under the GPLv3
echo "Purging $1"
rm -rf ~/.hush/$1/chainstate
rm -rf ~/.hush/$1/database
rm -rf ~/.hush/$1/blocks
rm -rf ~/.hush/$1/hushstate