summary |
shortlog |
log |
commit | commitdiff |
tree
raw |
patch |
inline | side by side (from parent 1:
d61d45c)
one mail wouldn't download because it was a tiny bit to large and the
monitor timed out before it was done.
local pid=$1 i=0
while ps $pid &>/dev/null; do
local pid=$1 i=0
while ps $pid &>/dev/null; do
echo "Max checks reached. Sending SIGKILL to ${pid}..." >&2
kill -9 $pid; return 1
fi
echo "Max checks reached. Sending SIGKILL to ${pid}..." >&2
kill -9 $pid; return 1
fi