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