shithub: sox

ref: 34142d252f87f9fea8e247572b79c0aba5c3a12c
dir: /lua/test/echo.lua/

View raw version
-- echo command line arguments

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