#!/bin/sh
if [ "$#" -gt 0 ]; then
	echo batch accepts no parameters
	exit 1
fi
prefix=/opt
exec_prefix=/opt
exec /opt/bin/at -qb now
