Files
opus-apps/core/cedit.lua
kepler155c@gmail.com dee2b05cfb multiMiner + cloud catcher
2019-01-13 13:26:19 -05:00

14 lines
252 B
Lua

local read = _G.read
local shell = _ENV.shell
if not _G.cloud_catcher then
print('Paste key: ')
local key = read()
if #key == 0 then
return
end
shell.openHiddenTab('cloud ' .. key)
end
shell.run('cloud edit ' .. table.unpack({ ... }))