shithub: sox

ref: 9357b35cf551779b651426e20ea47670f8ebd1af
dir: /lua/test/echo.lua/

View raw version
-- echo command line arguments

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