]> Sergey Matveev's repositories - sgmon.git/blob - helper/pid-alive
Initial commit
[sgmon.git] / helper / pid-alive
1 #!/bin/sh -e
2
3 read pid < "$1"
4 ps $pid > state/ps-out
5 tail -1 state/ps-out