#!/bin/sh

if [ -r /etc/diffmon/diffmon.cf ]; then

diffmon -c diffmon.cf

fi

