#! /bin/sh
#OpenScript
#(OS)Kill an X client.  xkill will display a special cursor as a
#(OS)prompt for the user to select a window to be killed.
OPENFLAGS=0
OPENICON="skull.xpm"
OPENCOMMAND="xkill"; eval $OPENCOMMAND
#(OS)Do not change anything above this line
