#! /bin/sh
#OpenScript
#(OS)Display the current date and time.
OPENFLAGS=9
OPENICON="timer.xpm"
OPENCOMMAND="date"; eval $OPENCOMMAND
#(OS)Do not change anything above this line
