#!/bin/bash # this script stops dial connection by killing wvdial kill `ps -e |grep wvdial |sed "s/^ *//" |sed "s/ .*//"` echo "ppp connection terminated"