Files
dragonx/src/purge
2021-04-17 13:03:22 -04:00

11 lines
224 B
Bash
Executable File

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