2017-09-07 22:09:48 +10:00
|
|
|
_G.DEFAC = 1
|
2017-09-04 02:10:03 +10:00
|
|
|
if component.list("gpu")() and component.list("screen")() and component.list("keyboard")() and tty and kbd then
|
2017-08-04 17:46:11 +10:00
|
|
|
tty(component.list("gpu")(),component.list("screen")())
|
|
|
|
log(pcall(function()
|
|
|
|
local ka = component.list("keyboard")()
|
|
|
|
kbd(ka)
|
|
|
|
end))
|
2017-09-05 19:43:23 +10:00
|
|
|
luash()
|
2017-09-04 02:10:03 +10:00
|
|
|
elseif nshd then
|
|
|
|
nshd(23)
|
2017-08-04 17:46:11 +10:00
|
|
|
end
|
2017-07-31 09:26:58 +10:00
|
|
|
computer.beep()
|