#!/bin/sh
#
# Author: Petter Reinholdtsen

# Run once a day to report the whereabouts of the machine
[ -x /usr/sbin/sitesummary-client ] && nice /usr/sbin/sitesummary-client
