khanat-opennel-code/code/ryzom/server/patchman_cfg/admin_install/bin/ps_services
2014-02-20 03:35:36 +01:00

7 lines
117 B
Text

if [ -z $1 ]
then
ps -edf | grep _service | grep -v grep
else
ps -edf | grep _service | grep -v grep | grep $*
fi