(Fe bypass)hammer.lua
(Fe bypass)hammer.lua
local modules = {
os = {},
string = {},
cmdline = {},
}
local M = modules
function hammer.exports()
for mod, funcs in pairs(modules) do
local G_mod = _G[mod]
if not G_mod then
G_mod = {}
_G[mod] = G_mod
end
return hammer