Update linkedSend.lua
This commit is contained in:
parent
7cae6696a7
commit
2bef5f35f4
1 changed files with 3 additions and 0 deletions
|
@ -1,3 +1,4 @@
|
|||
local computer = require("computer")
|
||||
local component = require("component")
|
||||
local event = require("event")
|
||||
local t = component.tunnel
|
||||
|
@ -17,6 +18,8 @@ while true do
|
|||
break
|
||||
elseif message == "help" then
|
||||
print(help)
|
||||
elseif message == "update" then
|
||||
computer.shutdown(true)
|
||||
end
|
||||
os.sleep(1)
|
||||
end
|
||||
|
|
Loading…
Reference in a new issue