Migrate Get Requests invocations(libraries)
[integration/test.git] / tools / clustering / cluster-deployer / kill_controller.sh
1 ps axf | grep karaf | grep -v grep | awk '{print "kill -9 " $1}' | sudo sh