#! /bin/sh
#
# This program exists to be called from crontab so that it can call
# AQsend as a non-privileged user.
#
PATH=/aeneas/ftp/archive/bin:/usr/local:/bin:/usr/ucb:/usr/bin
export PATH
Log=/aeneas/ftp/archive/requestqueue/out.log

trap "rm -f /tmp/*.$$; exit" 0 1 2 3 15

scan-work-queue 250 500
