#!/bin/bash
#
# Simple maintenance script. Run it from crond. First adopts
# files on filearea dirs not already in database, then tests
# them, and finally transforms, if appropriate.
#
#

umask 002

nice padopt -v
nice ptest -v
nice ptrans -v

