This website works better with JavaScript
Home
Esplora
Aiuto
Accedi
BlitzNG
/
bootstrap_linux
mirror da
https://github.com/bmx-ng/bootstrap_linux.git
Segui
2
Vota
0
Forka
0
File
Problemi
0
Wiki
Ramo (Branch):
master
Rami (Branch)
Tag
master
bootstrap_linux
/
mod
/
pub.mod
/
lua.mod
/
lua-5.1.4
/
test
/
echo.lua
echo.lua
80 B
Permalink
Cronologia
Originale
1
2
3
4
5
-- echo command line arguments
for i=0,table.getn(arg) do
print(i,arg[i])
end