This website requires JavaScript.
Explore
Help
Register
Sign In
cmhi
/
f-stack
mirror of
https://github.com/F-Stack/f-stack.git
Watch
1
Star
0
Fork
You've already forked f-stack
0
Code
Issues
Packages
Projects
Releases
Wiki
Activity
702a9cad2d
f-stack
/
app
/
redis-3.2.8
/
deps
/
lua
/
test
/
echo.lua
6 lines
80 B
Lua
Raw
Blame
History
-- echo command line arguments
for
i
=
0
,
table.getn
(
arg
)
do
print
(
i
,
arg
[
i
]
)
end
Reference in New Issue
View Git Blame
Copy Permalink