Files
2018-08-15 15:25:29 -04:00

10 lines
189 B
Bash
Executable File

#!/bin/bash
killall geth bootnode constellation-node
if [ "`jps | grep tessera`" != "" ]
then
jps | grep tessera | cut -d " " -f1 | xargs kill
else
echo "tessera: no process found"
fi