#! /bin/sh
#OpenScript
#(OS)Starts your calculator application. Replace xcalc with
#(OS)the name of your favorite program.
OPENFLAGS=0
OPENICON="calculator.xpm"
OPENCOMMAND="xcalc"; eval $OPENCOMMAND
#(OS)Do not change anything above this line
