#!/bin/bash TEST=`dcop amarok player artist` if [ "$TEST" = "" ] then cat ~/.signature/sig.slrn else echo "This was written under the influence of the following: | Artist : `dcop amarok player artist` | Song : `dcop amarok player title` | Album : `dcop amarok player album`" fi