init
This commit is contained in:
commit
12ffbdc45d
76 changed files with 79368 additions and 0 deletions
5
computer/5/halt.lua
Normal file
5
computer/5/halt.lua
Normal file
|
@ -0,0 +1,5 @@
|
|||
|
||||
while message~="i can halt now" do
|
||||
rednet.send(id,"halt")
|
||||
id,message = rednet.receve()
|
||||
end
|
Loading…
Add table
Add a link
Reference in a new issue