68de13854489e28fa02ecb92eaa06475a08105f1
[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