Random Project

Improvement

Hi,

Made this improvment

line 73:
nbproc=$(ps -A -o cmd | grep -w $proc | grep -v grep | grep -v $0 | wc -l)

so that you can search the full command line and not to find itself. (I know grep -v grep is ugly)