#!/bin/sh ps -ef|grep "$1"|grep -v grep|awk '{print("kill -9", $2)}'|sh