#!/bin/sh

if [ -x /usr/bin/wish ]; then
	/usr/lib/games/xblast/tkXBlast.tcl
else
	echo 'You have to install the tk package in order to run tkXBlast.'
	exit 1
fi
