6 lines
97 B
Lua
6 lines
97 B
Lua
while true do
|
|
parallel.waitForAll(
|
|
os.run("shell"),
|
|
rednet.receive
|
|
)
|
|
end
|