shithub: sox

ref: 11eccd5a11cdbe1b7caf642901d85368a1ebc4d9
dir: /lua/test/echo.lua/

View raw version
-- echo command line arguments

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