s3/configure: Disable the automatic merged build.
[samba.git] / source3 / lua-5.1.4 / test / echo.lua
1 -- echo command line arguments
2
3 for i=0,table.getn(arg) do
4  print(i,arg[i])
5 end