shithub: sox

ref: ac98ed3eb993a415a44ca4c8338f2ce10daeecb9
dir: /lua/test/echo.lua/

View raw version
-- echo command line arguments

for i=0,table.getn(arg) do
 print(i,arg[i])
end