Files
opus-apps/milo/autorun/milo.lua
kepler155c@gmail.com d2e25cb951 minor tweaks
2019-07-08 00:15:50 -04:00

13 lines
372 B
Lua

local fs = _G.fs
local peripheral = _G.peripheral
local shell = _ENV.shell
fs.delete('packages/milo/Milo.lua')
fs.delete('packages/milo/plugins/listing.lua')
fs.delete('packages/milo/apis/milo.lua')
fs.delete('packages/milo/plugins/manipulator.lua')
if peripheral.find('workbench') and shell.openForegroundTab then
shell.openForegroundTab('MiloLocal')
end