ipld-eth-server/pkg/transformers/stop_test_chain.sh

4 lines
124 B
Bash
Raw Normal View History

2018-08-07 15:51:34 +00:00
#!/bin/bash
echo "Stopping ganache chain on port 7545"
ps -ef | grep ganache | grep -v grep | awk '{print $2}' | xargs kill