shithub: sox

ref: 1f3073531aeba93810a671e788e25f3e6428c2a7
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