#! /bin/sh
#OpenScript
#(OS)Report who is logged in on the system.
OPENFLAGS=9
OPENICON="info.xpm"
OPENCOMMAND="who"; eval $OPENCOMMAND
#(OS)Do not change anything above this line
