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 component = require("component")
|
||||||
local event = require("event")
|
local event = require("event")
|
||||||
local t = component.tunnel
|
local t = component.tunnel
|
||||||
|
@ -17,6 +18,8 @@ while true do
|
||||||
break
|
break
|
||||||
elseif message == "help" then
|
elseif message == "help" then
|
||||||
print(help)
|
print(help)
|
||||||
|
elseif message == "update" then
|
||||||
|
computer.shutdown(true)
|
||||||
end
|
end
|
||||||
os.sleep(1)
|
os.sleep(1)
|
||||||
end
|
end
|
||||||
|
|
Loading…
Reference in a new issue