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