shithub: sox

ref: 3fa0b14620e9c84c1fac5eb6e70b5db93b2bf4af
dir: /lua/test/echo.lua/

View raw version
-- echo command line arguments

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