Closer to release...
This commit is contained in:
parent
307603b24d
commit
f18d1b7cd0
31 changed files with 163 additions and 77 deletions
|
@ -60,7 +60,7 @@ local empty = function()
|
|||
end
|
||||
|
||||
local get = function()
|
||||
s = ""
|
||||
local s = ""
|
||||
for i,v in ipairs(files) do
|
||||
s = s .. "\n" .. readfile(v)
|
||||
end
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue