ref: 5d6d8c3f66bb6aad2da4529879a8effbc2fe9efa dir: /lua/test/echo.lua/
-- echo command line arguments for i=0,table.getn(arg) do print(i,arg[i]) end