#!/bin/sh

/bin/kill -INT `/bin/ps -ax | /usr/bin/egrep " ppp " | /usr/bin/egrep -v "egrep" | /bin/sed 's/^\([ 0-9]*\) .*/\1'/`

exit 0
