#!/usr/bin/env sh kill -9 $(ps -aux | grep -v grep | grep mev | awk '{print $2 }')