Fantom-foundation/go-lachesis

View on GitHub
demo/txstorm-stop.sh

Summary

Maintainability
Test Coverage
#!/bin/bash

PROG=tx-storm

# kill all dot-tool processes
pkill "${PROG}"

# remove txstorm_logs data
#rm -rf ./txstorm_logs