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