#!/bin/sh # Source configuration . /etc/ppp/adsl.conf LINK=`head -1 ${STATUS_FILE}` echo "${LINK}" >${STATUS_FILE} echo "UP" >>${STATUS_FILE}