#! /bin/sh
#OpenScript
#(OS)Show how long the system has been up. uptime prints the current time, 
#(OS)the length of time the  system  has  been up, and the average number of 
#(OS)jobs in the runqueue over the last 1, 5 and  15  minutes.
OPENFLAGS=9
OPENICON="info.xpm"
OPENCOMMAND="uptime"; eval $OPENCOMMAND
#(OS)Do not change anything above this line
