!#/bin/sh

ps -elfa | egrep "COMPSsWorker|pipers|worker.py|nio_worker_c|worker_c" | awk '{print $4}' | xargs kill -9
