#!/bin/bash
if ps -ef | grep -v grep | grep cron0.sh; then
 exit 0
else
 /zc/vid_4mb/cron0.sh
fi
