Files
opus-apps/milo/autorun/milo.lua
2019-02-08 19:07:40 -05:00

13 lines
274 B
Lua

local device = _G.device
local fs = _G.fs
local shell = _ENV.shell
if fs.exists('packages/milo/Milo.lua') then
fs.delete('packages/milo/Milo.lua')
fs.delete('packages/milo/plugins/listing.lua')
end
if device.workbench then
shell.openForegroundTab('MiloLocal')
end