ipld-eth-server/libraries/maker/stop_test_chain.sh
2018-08-07 10:51:34 -05:00

4 lines
124 B
Bash
Executable File

#!/bin/bash
echo "Stopping ganache chain on port 7545"
ps -ef | grep ganache | grep -v grep | awk '{print $2}' | xargs kill