shithub: sox

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

View raw version
-- echo command line arguments

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