#!/bin/sh

if [ -x /usr/bin/klibido ] ; then
	/usr/bin/klibido
fi

if [ $1 != "" ] ; then
	/usr/bin/dcop klibido QmgrIface openNzb "$1"
fi
