User:Scsbot/formtools/formfinish

tag=$1

td=td$tag

if test ! -d $td
then
	echo "$tag not set up" >&2
	exit 1
fi

/bin/rm -rf $td