repo.or.cz
/
minix3.git
/
blob
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
log
|
graphiclog1
|
graphiclog2
|
commit
|
commitdiff
|
tree
|
refs
|
edit
|
fork
blame
|
history
|
raw
|
HEAD
release.sh changes & fixes
[minix3.git]
/
external
/
mit
/
lua
/
dist
/
test
/
echo.lua
blob
4313439a855a73a7a63eb39124cb316694514b9b
1
-- echo command line arguments
2
3
for
i
=
0
,
table
.
getn
(
arg
)
do
4
print
(
i
,
arg
[
i
])
5
end