This website works better with JavaScript
Inicio
Explorar
Axuda
Iniciar sesión
BlitzNG
/
bootstrap_linux
réplica de
https://github.com/bmx-ng/bootstrap_linux.git
Seguir
2
Destacar
0
Fork
0
Ficheiros
Incidencias
0
Wiki
Rama:
master
Ramas
Etiquetas
master
bootstrap_linux
/
mod
/
pub.mod
/
lua.mod
/
lua-5.1.4
/
test
/
echo.lua
echo.lua
80 B
Permalink
Histórico
Raw
1
2
3
4
5
-- echo command line arguments
for i=0,table.getn(arg) do
print(i,arg[i])
end