shithub: sox

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

View raw version
-- echo command line arguments

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