mbs-multishell/installer.lua
by hugeblank
1
local pastes = {
2
["JWcMJebeUf"] = "/.mbs/modules/multishell.lua",
3
["KFmTyQaaVA"] = "/.mbs/bin/multishell.lua",
4
}
5
for k, v in pairs(pastes) do
6
shell.run("wget https://p.sc3.io/"..k, v)
7
end
8
print("Success!")
9
print("Reboot to apply changes, and enjoy tabbing!")