1
0
mirror of git://projects.qi-hardware.com/nn-usb-fpga.git synced 2025-01-10 20:10:15 +02:00
nn-usb-fpga/sie_fs/root/scripts/lua/test/echo.lua

6 lines
80 B
Lua
Raw Normal View History

2010-09-22 01:05:23 +03:00
-- echo command line arguments
for i=0,table.getn(arg) do
print(i,arg[i])
end