#!/bin/sh
# ppp-down - simply kills the ppp-daemon
kill -TERM `ps -a | grep pppd | grep -v grep | cut -b 1-6` 

