#!/bin/sh
#
# Empty all print queues.
#
logger -t cups-queue-autoflush "Flushing all CUPS printer queues"
cancel -h localhost -a
