1
0
mirror of git://projects.qi-hardware.com/nn-usb-fpga.git synced 2025-04-21 12:27:27 +03:00
Files
nn-usb-fpga/sie_fs/root/scripts/lua/test/echo.lua
2010-09-21 17:05:23 -05:00

6 lines
80 B
Lua

-- echo command line arguments
for i=0,table.getn(arg) do
print(i,arg[i])
end