forgot to commit openos
This commit is contained in:
7
data/openos/lib/rc.lua
Normal file
7
data/openos/lib/rc.lua
Normal file
@@ -0,0 +1,7 @@
|
||||
-- Keeps track of loaded scripts to retain local values between invocation
|
||||
-- of their command callbacks.
|
||||
local rc = {}
|
||||
rc.loaded = {}
|
||||
|
||||
return rc
|
||||
|
||||
Reference in New Issue
Block a user