cd /var/spool/at
if [ "$#" = 0 ]
then
	rm *.*
else
	rm "$@"
fi
