mirror of
git://projects.qi-hardware.com/nn-usb-fpga.git
synced 2025-04-21 12:27:27 +03:00
Adding file-system
This commit is contained in:
7
sie_fs/root/scripts/lua/test/env.lua
Normal file
7
sie_fs/root/scripts/lua/test/env.lua
Normal file
@@ -0,0 +1,7 @@
|
||||
-- read environment variables as if they were global variables
|
||||
|
||||
local f=function (t,i) return os.getenv(i) end
|
||||
setmetatable(getfenv(),{__index=f})
|
||||
|
||||
-- an example
|
||||
print(a,USER,PATH)
|
||||
Reference in New Issue
Block a user