shithub: sox

ref: 9b643d7b3bcc7050f15ea3f1d74905679c32c997
dir: /lua/test/echo.lua/

View raw version
-- echo command line arguments

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