tendermint/test/p2p/clean.sh

6 lines
96 B
Bash

#! /bin/bash
# clean everything
docker rm -vf $(docker ps -aq)
docker network rm local_testnet