#! /bin/sh
#OpenScript
#(OS)Display the status of current processes. Include
#(OS)informatio about processes owned by others (-a)
#(OS)and processes with no controlling terminal (-x).
OPENFLAGS=9
OPENICON="appl.xpm"
OPENCOMMAND="ps -ax"; eval $OPENCOMMAND
#(OS)Do not change anything above this line
