#!/bin/sh pid=`ps -ef | grep p42api |grep -v grep | awk '{print $2}'` kill -9 $pid