#!/bin/sh
# Runs from cron

if ( ping -c 1 -w 5 -q wookware.org ); then
 #working
 :
else
 #rerun login 
 /root/fakenet/runfakenet
fi