Step 1: Move vm scripts to the right place
[integration/test.git] / test / tools / clustering / cluster-deployer / kill_controller.sh
1 ps axf | grep karaf | grep -v grep | awk '{print "kill -9 " $1}' | sudo sh