This website works better with JavaScript
Home
Verkennen
Help
Inloggen
BlitzNG
/
bootstrap_linux
spiegel van
https://github.com/bmx-ng/bootstrap_linux.git
Volgen
2
Ster
0
Vork
0
Bestanden
Issues
0
Wiki
Aftakking:
master
Aftakkingen
Labels
master
bootstrap_linux
/
mod
/
pub.mod
/
lua.mod
/
lua-5.1.4
/
test
/
echo.lua
echo.lua
80 B
Permalink
Geschiedenis
Ruwe
1
2
3
4
5
-- echo command line arguments
for i=0,table.getn(arg) do
print(i,arg[i])
end