shithub: sox

ref: 2fde5c7c3678b14200e91b7ea1fd04b6a75a08f7
dir: /lua/test/echo.lua/

View raw version
-- echo command line arguments

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