projects
/
redis.git
/ blob
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
|
commitdiff
|
tree
blame
|
history
|
raw
|
HEAD
Rebuild source when allocator changes
[redis.git]
/
deps
/
lua
/
test
/
env.lua
1
-- read environment variables as if they were global variables
2
3
local f=function (t,i) return os.getenv(i) end
4
setmetatable(getfenv(),{__index=f})
5
6
-- an example
7
print(a,USER,PATH)