1
0
mirror of https://github.com/fluencelabs/tendermint-demo synced 2025-03-31 23:31:04 +00:00
tendermint-demo/tools/local-cluster-delete.sh

8 lines
173 B
Bash
Raw Normal View History

2018-06-27 12:55:49 +03:00
CWD=`dirname $0`
$CWD/local-cluster-stop.sh
2018-06-24 19:34:24 +03:00
rm -rf ~/.tendermint/cluster4/1
rm -rf ~/.tendermint/cluster4/2
rm -rf ~/.tendermint/cluster4/3
rm -rf ~/.tendermint/cluster4/4