tendermint-demo/tools/local-cluster-delete.sh

9 lines
290 B
Bash
Raw Normal View History

kill $(ps aux | grep 'tendermint node' | awk '{print $2}')
kill $(ps aux | grep 'run 46.58' | awk '{print $2}')
2018-06-22 13:10:12 +05:00
kill $(ps aux | grep 'judge' | awk '{print $2}')
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