shithub: sox

ref: 2affc5101e7d0d2020e567c3f2704a962e17366c
dir: /lua/test/echo.lua/

View raw version
-- echo command line arguments

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