Hi all
I want to monitor if a script of mine is running or not but i'm having some issues with the syntax, it seems to not like the . in the script name test.sh
I have tried the following with no luck
proc.num[test.sh]
proc.num['test.sh']
proc.num[,,,test.sh]
Can anybody point me in the right direction ?
Thanks
T
I want to monitor if a script of mine is running or not but i'm having some issues with the syntax, it seems to not like the . in the script name test.sh
I have tried the following with no luck
proc.num[test.sh]
proc.num['test.sh']
proc.num[,,,test.sh]
Can anybody point me in the right direction ?
Thanks
T
Comment