#! /bin/sh
#OpenScript
#(OS)Invokes the OpenWindows calendar manager. It 
#(OS)requires the OpenWindows software and it is 
#(OS)provided to facilitate your transition to Motif.  
#(OS)The variable OPENWINHOME needs to be set 
#(OS)before invoking this Open Script. install_cmgr 
#(OS)should be executed for first time installation of
#(OS)calendar manager. 
OPENFLAGS=0
OPENICON="planner.xpm"
OPENCOMMAND="$OPENWINHOME/bin/cm"; eval $OPENCOMMAND
#(OS)Do not change anything above this line
