#!/bin/sh -e
## This script is run when the ppp link goes up.
## It simply puts wwwoffle online.

/usr/bin/wwwoffle -c /etc/wwwoffle/wwwoffle.conf -online
#/usr/bin/wwwoffle -c /etc/wwwoffle/wwwoffle.conf -fetch &
