Not a member of Pastebin yet?
Sign Up,
it unlocks many cool features!
- --request backtank
- local id = multishell.launch({}, "monitor.lua")
- multishell.setTitle(id, "écran")
- local id = multishell.launch({}, "request.lua")
- multishell.setTitle(id, "requête")
- term.clear()
- while true do
- os.pullEvent = os.pullEventRaw
- multishell.setFocus(3)
- sleep()
- end
Advertisement
Add Comment
Please, Sign In to add comment