#! /bin/sh
#OpenScript
#(OS)Magnify parts of the screen. When invoked a square
#(OS)with the pointer in the upper left corner is displayed
#(OS)indicating the area to be enlarged.
OPENFLAGS=0
OPENICON="find.xpm"
OPENCOMMAND="xmag"; eval $OPENCOMMAND
#(OS)Do not change anything above this line
