shithub: sox

ref: a39f014b1f00d5526ab964a37a6af79bc0745f19
dir: /src/lua/test/echo.lua/

View raw version
-- echo command line arguments

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