lua-users home
lua-l archive

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


Well the script in question is in outline

while true do
  -- Do loads of stuff

  if arg[1] == 'once' then
    break
  end
end

​I'll see if I can't strip it down some more