init
This commit is contained in:
commit
12ffbdc45d
76 changed files with 79368 additions and 0 deletions
11
computer/5/startup.lua
Normal file
11
computer/5/startup.lua
Normal file
|
@ -0,0 +1,11 @@
|
|||
rednet.open("back")
|
||||
--shell.run("report")
|
||||
func1 = function()
|
||||
sleep(2)
|
||||
print("func1 terminate")
|
||||
end
|
||||
func2 = function()
|
||||
sleep(1)
|
||||
print("func2 teminate")
|
||||
end
|
||||
parallel.waitForAny(func1,func2)
|
Loading…
Add table
Add a link
Reference in a new issue