Advertisement
promitheus_sal

warehouse_manager-manifest

Mar 17th, 2024 (edited)
342
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,"wmgr.lua"),"w");f:write(pb.get("D024a4qF"));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,"wmgr.lua"));end
  4. }
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement