boinc/sched/pshelper

4 lines
75 B
Bash
Executable File

#!/bin/sh
pid=`cat "$1"` &&
ps ww $pid | grep "^ *\($pid\) " || echo false