[Date Prev][Date Next] [Thread Prev][Thread Next] [Date Index] [Thread Index]

Re: programma che se si chiude riparte automaticamente



On Sat, Nov 08, 2003 at 02:46:44PM +0100, Mattia Dongili wrote:
> [...]
> while [ -n $(pidof -s mozilla-bin) ] ; do bash -c "exec mozilla-bin" ; done
> 
> OCCHIO a non eseguirlo! al momento il controllo del while e' sempre vero
> quindi vi ritrovereste invasi da finestre di mozilla :)

if [ "$(pidof mozilla-bin)" == "" ]; then blablalba...; fi

-- 
Everyone was born right-handed.  Only the greatest overcome it.



Reply to: