summaryrefslogtreecommitdiff
path: root/test/poi-service/script/kill-all
blob: 510d0235b89abb1c47fd0e565d33488d9dfc7c85 (plain)
1
2
3
4
#!/bin/sh
echo 'kill all remaining process'
kill -9 `ps -ef | grep poi- | grep -v grep | awk '{print $2}'`