Advertisement
promitheus_sal

warehouse_interface-manifest

Mar 18th, 2024
486
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
  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,"wif.lua"),"w");f:write(pb.get("gFywYSdV"));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,"wif.lua"));end
  4. }
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement