#! /bin/sh
#OpenScript
#(OS)Invokes the OpenWindows tape tool. 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="tapes.xpm"
OPENCOMMAND="$OPENWINHOME/bin/tapetool"; eval $OPENCOMMAND
#(OS)Do not change anything above this line
