shithub: sox

ref: 2d33a25b2d2eb0c086b7dd668b5321e5de0699f3
dir: /src/lua/test/echo.lua/

View raw version
-- echo command line arguments

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