#! /bin/sh
#OpenScript
#(OS)Display the calendar for the current month.
#(OS)Replace cal with your favorite calendar
#(OS)application.
OPENFLAGS=9
OPENICON="planner.xpm"
OPENCOMMAND="cal"; eval $OPENCOMMAND
#(OS)Do not change anything above this line
