Files
opus-apps/milo/autorun/milo.lua
2022-07-01 03:02:56 -04:00

14 lines
404 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')
fs.delete('packages/milo/apps')
if peripheral.find('workbench') and shell.openForegroundTab then
shell.openForegroundTab('MiloLocal')
end