#!/bin/sh
ps -ef | grep -i 'pdfer' | grep -v grep | awk '{print $2}' | xargs kill -9
