#! /bin/sh
#OpenScript
#(OS)Dump an image of an X window. The target window is
#(OS)selected by clicking the pointer in the desired window.
#(OS)The output goes to xwd.xwd.
OPENFLAGS=0
OPENICON="appl.xpm"
OPENCOMMAND="xwd > xwd.xwd"; eval $OPENCOMMAND
#(OS)Do not change anything above this line
