Advertisement
promitheus_sal

conf-manifest

Dec 6th, 2022 (edited)
52
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
Lua 0.32 KB | None | 0 0
  1. return {
  2.     ["install"]=function(pb,D,dir)if not(pb and D and dir)then error("bad params")end;local f=io.open(fs.combine(D,"conf.lua"),"w");f:write(pb.get("hgNTgLMi"));f:flush();f:close();end,
  3.     ["remove"]=function(pb,D,dir)if not(pb and D and dir)then error("bad params")end;fs.delete(fs.combine(D,"conf.lua"));end
  4. }
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement