shithub: sox

ref: 5a4ab3d99038887ee11df42bbc376fa634c506eb
dir: /lua/test/echo.lua/

View raw version
-- echo command line arguments

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