shithub: sox

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

View raw version
-- echo command line arguments

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