#!/bin/sh while true; do if [ -z `ps -C fnfx -o comm=` ]; then /usr/local/bin/fnfx fi sleep 5 done