Update linkedSend.lua

This commit is contained in:
erius0 2021-01-08 19:42:38 +03:00 committed by GitHub
parent 7cae6696a7
commit 2bef5f35f4
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -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