projects
/
redis.git
/ blame
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
|
commitdiff
|
tree
blob
|
blame
(incremental) |
history
|
HEAD
Type mismatch errors are now prefixed with WRONGTYPE.
[redis.git]
/
deps
/
lua
/
test
/
echo.lua
Commit
Line
Data
21d3294c
1
-- echo command line arguments
2
3
for i=0,table.getn(arg) do
4
print(i,arg[i])
5
end