shithub: sox

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

View raw version
-- echo command line arguments

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