#! /bin/sh text=${@:-} if [ "$text" = "" ] then text='default reminder' fi quote="'" xmsg -fg red -bg black -font \ '-sony-fixed-medium-r-normal--24-230-75-75-c-120-iso8859-1\' \ -msg "${text}"