multiMiner + cloud catcher
This commit is contained in:
13
core/cedit.lua
Normal file
13
core/cedit.lua
Normal file
@@ -0,0 +1,13 @@
|
||||
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({ ... }))
|
||||
Reference in New Issue
Block a user