mirror of
https://github.com/samba-team/samba.git
synced 2025-01-27 14:04:05 +03:00
390f19b649
Available under the MIT license. Adding it to see how the build farm likes it. They claim to be 100% pure ANSI C and compile everywhere. Lets see. If it breaks badly, we can remove it again.
6 lines
80 B
Lua
6 lines
80 B
Lua
-- echo command line arguments
|
|
|
|
for i=0,table.getn(arg) do
|
|
print(i,arg[i])
|
|
end
|