#! /bin/sh
#OpenScript
#(OS)Invokes the OpenWindows calculator. It requires
#(OS)the OpenWindows software and it is provided
#(OS)to facilitate your transition to Motif.  The variable
#(OS)OPENWINHOME needs to be set before invoking
#(OS)this Open Script.
OPENFLAGS=0
OPENICON="calculator.xpm"
OPENCOMMAND="$OPENWINHOME/bin/calctool"; eval $OPENCOMMAND
#(OS)Do not change anything above this line
