#!/bin/bash
# cp /etc/ppp/wvdial /etc/ppp/peers
xterm -title "WVDIAL" -bg darkblue -fg green -e wvdial --config ./wvdial.conf 
killall wvdial
killall pppd
rm /etc/ppp/peers/wvdial
