Re: Overwrite a running script and restart?



Tony Lawrence wrote:
Overwrite a "sourced" file instead. Something like:

while :
do
. ./t1.sh
sleep 30
done

Where t1.sh is the actual wrapper..

Cheers for the reply; I don't follow what you mean at all though :-(
could you elaborate please?
Thanks,
--rob

.