#!/bin/sh

cd /tmp/xlogin$XSESSION
for file in question.* ; do
	KRBTKFILE=$file kdestroy >/dev/null && echo Contents of $file erased.
done
exit 0
