#! /bin/sh
#OpenScript
#(OS)Prints information about the  current  system.
OPENFLAGS=9
OPENICON="info.xpm"
OPENCOMMAND="uname -a"; eval $OPENCOMMAND
#(OS)Do not change anything above this line
