bash script looping

Brian Hessee gasp at runbox.com
Wed Nov 14 08:05:40 PST 2001


> for example:
> 
> while `true`
> 	do echo "Hello World and et cetera"
> 	sleep 1
> done
> 
> 

or this...

while [ FOO != BAR ] 
do 

    < insert stuff here>

done


that may work..........winders has dulled my brain already for the day...


b.



More information about the LUAU mailing list