View difference between Paste ID: sDtnhhvy and VAtScEbS
SHOW: | | - or go back to the newest paste.
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,
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,"wmgr.lua"));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
}