#! /bin/sh

echo Bringing down connection to mit...
set `ps aux|grep pppd|grep -v grep` 
kill $2 
echo "...done" 
