OC-KittenOS/inst/uncompressed/compress.lua

8 lines
130 B
Lua

-- This is released into the public domain.
-- No warranty is provided, implied or otherwise.
return function (b)
return b
end