in reply to Re: Persistencein thread Best way to make a script run persistently (daemon)
until (-e "off.txt") { #change -e to -s to behave like George's code #code here sleep 5; } [download]