mirror of https://github.com/BOINC/boinc.git
4 lines
75 B
Plaintext
4 lines
75 B
Plaintext
|
#!/bin/sh
|
||
|
pid=`cat "$1"` &&
|
||
|
ps ww $pid | grep "^ *\($pid\) " || echo false
|