#!/bin/bash

cd /root/pforward

pid=`ps -ef | grep pforward.real | grep -v grep | awk '{print $2}'`

kill -9 $pid
