#!/bin/sh
#CCCP script by hampa@chello.se
#delete all queues
cccp -q | cut -c10- | cut -d\| -f 1 | xargs -n1 -exec cccp -k
