2017-08-04 17:46:11 +10:00
|
|
|
if component.list("gpu")() and component.list("screen")() and component.list("keyboard")() then
|
|
|
|
tty(component.list("gpu")(),component.list("screen")())
|
|
|
|
log(pcall(function()
|
|
|
|
local ka = component.list("keyboard")()
|
|
|
|
kbd(ka)
|
|
|
|
end))
|
|
|
|
end
|
2017-07-30 19:12:10 +10:00
|
|
|
luash()
|
2017-07-31 09:26:58 +10:00
|
|
|
computer.beep()
|