On Tue, Jun 10, 2008 at 1:46 PM, Sean <seanvanco at gmail.com> wrote: > while [ loops != 180 ] Try this: while [ loops -ne 180 ] I don't know why you need to use that notation, but at least it seems to work. -- Lincoln Peters <anfrind at gmail.com>