shironeko/install.lua
by hugeblank
1
-- Please view the API at https://p.sc3.io/vfByfVpARY for documentation
2
local dir = "shironeko"
3
local fdir = fs.combine(shell.dir(), dir)
4
if fs.exists(fdir) then
5
fs.delete(fdir)
6
end
7
shell.run("pastebin get vfByfVpARY", fs.combine(dir, "api.lua"))
8
shell.run("pastebin get NJNy6dHUDr", fs.combine(dir, "send.lua"))
9