#!/bin/sh
######################################################################
#
# This script is part of the PPP System designed and used by
# Preston A. Elder of Shadow Realm.  If you have any problems
# with this system please email prez@antisocial.com.
#
# This system is publically distributable via. the GNU license.
#
######################################################################
#
# Output current Default Route (if any)
#
. /etc/ppp-settings

echo `route -n | awk '{if("0.0.0.0" == $1) print $8}'`
