This website works better with JavaScript
Home
Explore
Help
Sign In
BlitzNG
/
bootstrap_linux
mirror of
https://github.com/bmx-ng/bootstrap_linux.git
Watch
2
Star
0
Fork
0
Files
Issues
0
Wiki
Branch:
master
Branches
Tags
master
bootstrap_linux
/
mod
/
pub.mod
/
lua.mod
/
lua-5.1.4
/
test
/
echo.lua
echo.lua
80 B
Permalink
History
Raw
1
2
3
4
5
-- echo command line arguments
for i=0,table.getn(arg) do
print(i,arg[i])
end