#!/bin/shpath_process_list=/opt/process.listcat $path_process_list | while read ido if [ x"$(ps -Af | grep "$i" | grep -v grep)" == x"" ] ; then $i & fidone