View difference between Paste ID: SFjHJmwB and DLxT3hb9
SHOW: | | - or go back to the newest paste.
1
--request backtank
2
3
local id = multishell.launch({}, "monitor.lua")
4
multishell.setTitle(id, "écran")
5
local id = multishell.launch({}, "request.lua")
6
multishell.setTitle(id, "requête")
7
term.clear()
8
9
while true do
10
os.pullEvent = os.pullEventRaw
11
multishell.setFocus(3)
12
sleep()
13
end