decc2a3caf
libraries/shared; work on automated db migration management
4 lines
124 B
Bash
Executable File
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 |