#! /bin/sh /root/bin/ppp-on while true; do sleep 1 if [ "`ifconfig | grep ppp`" != "" ] ; then echo "Yhteys Saatu. Odota hetki." break fi done /root/bin/routing sleep 1 /usr/bin/fetchmail